using IgniteEngine.Networking; namespace IgniteEngine.Protocols { public class PROTO_NC_LOG_GAME_ITEM_UPGRADE : NetworkMessage { public PROTO_NC_LOG_GAME_ITEM_UPGRADE() : base(NetworkCommand.NC_LOG_GAME_ITEM_UPGRADE) { } } }