예제 #1
0
파일: GameData.cs 프로젝트: fqkw6/FSM
 public GameData()
 {
     ScreenContextStackGameData = new ScreenContextStackGameData();
     PlayerGameData             = new PlayerGameData();
     WorldGameData = new WorldGameData();
 }
예제 #2
0
파일: WorldGameData.cs 프로젝트: fqkw6/FSM
    // slaves
    // hunters
    // clients
    // pets

    public void CopyFrom(WorldGameData otherWorldGameData)
    {
    }