Commit Description:
Clean up Spy messages....
Commit Description:
Clean up Spy messages. Delete some Spy logging messages that aren't necessary anymore and convert a few others to different levels.
File last commit:
Show/Diff file:
Action:
isometric-park-fna/Messages/SelectMessage.cs
11 lines | 201 B | text/x-csharp | CSharpLexer
using Microsoft.Xna.Framework;
using Encompass;
namespace isometricparkfna.Messages {
public struct SelectMessage : IMessage, IHasEntity
{
public Entity Entity { set; get; }
}
}