Show More
Commit Description:
Add trespassing policy.
Commit Description:
Add trespassing policy.
File last commit:
Show/Diff file:
Action:
isometric-park-fna/Messages/ToggleVisibilityMessage.cs
18 lines | 223 B | text/x-csharp | CSharpLexer
using Encompass;
namespace isometricparkfna.Messages
{
public enum Element
{
Grid,
Trees
}
public struct ToggleVisibilityMessage : IMessage
{
public Element Element;
}
}