Fixed Archive and Added OpenInsight

This commit is contained in:
2023-03-15 16:31:04 -07:00
parent 8a4c91014c
commit 3675677d78
46 changed files with 2154 additions and 799 deletions

View File

@ -7,4 +7,13 @@ public interface IDescription
int Count { get; }
int Index { get; }
string MesEntity { get; }
string Date { get; }
string Employee { get; }
string PSN { get; }
string RDS { get; }
string Reactor { get; }
string Recipe { get; }
}