Mike Phares d6887992a0 MET08RESIMAPCDE - v2.43.0 -
Force EquipId to CellInstanceName and Jenkinsfile
2022-05-05 16:07:29 -07:00

9 lines
132 B
C#

namespace Shared;
public interface IFeedback
{
List<string> Messages { get; }
void Print(string message, int color);
}