MET08RESIMAPCDE - v2.43.0 -

Force EquipId to CellInstanceName and Jenkinsfile
This commit is contained in:
2022-05-05 16:07:29 -07:00
parent b5ad0ebcdb
commit d6887992a0
39 changed files with 2070 additions and 991 deletions

View File

@ -0,0 +1,9 @@
namespace Shared;
public interface IFeedback
{
List<string> Messages { get; }
void Print(string message, int color);
}