// *********************************************************************** // Assembly : Unity // Author : Kimch // Created : 2017-1-1 // // Last Modified By : Kimch // Last Modified On : // *********************************************************************** // // // *********************************************************************** namespace G { using F.Fsm; /// /// 游戏状态 /// public class GameFsmState : FsmState { } }