コード例 #1
0
 public static void Init(GameState _gs, NonGameState _ngs, GGPOPerformance _perf)
 {
     gs   = _gs;
     ngs  = _ngs;
     perf = _perf;
 }