Add voxel reset message

This commit is contained in:
Brant Martin
2018-06-11 07:57:12 -04:00
parent 045a572058
commit 4db83e6f65
4 changed files with 49 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ namespace Torch.Mod.Messages
#region Includes
[ProtoInclude(1, typeof(DialogMessage))]
[ProtoInclude(2, typeof(NotificationMessage))]
[ProtoInclude(3, typeof(VoxelResetMessage))]
#endregion
[ProtoContract]