// using CoreGame.NetWork; // // namespace CoreGame.Render.LogicCmpt // { // public interface ICommandHandle // { // uint[] commandIds { get; } // void HandleCommands(CommandBase command); // } // }