Show More
Commit Description:
Change active text color.
Commit Description:
Change active text color.
File last commit:
Show/Diff file:
Action:
isometric-park-fna/Messages/ChangeContractStatusMessage.cs
10 lines | 258 B | text/x-csharp | CSharpLexer
using Encompass;
using isometricparkfna.Components;
namespace isometricparkfna.Messages {
public struct ChangeContractStatusMessage : IMessage, IHasEntity
{
public ContractStatus newStatus;
public Entity Entity { set; get; }
}
}