相关代码 |
|
using System; namespace DiamondPet.LogicLayer.GameStateStartLogic { /// /// CommandQueue 的摘要说明。 /// public class CommandQueue : GameQueue { public CommandQueue() : base() {} public CommandQueue(int QueueLenth) : base(QueueLenth) {} } }
相关资源 |
|