示例#1
0
文件: GameData.cs 项目: fqkw6/FSM
 public GameData()
 {
     ScreenContextStackGameData = new ScreenContextStackGameData();
     PlayerGameData             = new PlayerGameData();
     WorldGameData = new WorldGameData();
 }
示例#2
0
    // slaves
    // hunters
    // clients
    // pets

    public void CopyFrom(WorldGameData otherWorldGameData)
    {
    }