コード例 #1
0
 public void Init(GameStateManager stateManager, bool isHost)
 {
     _stateManager = stateManager;
     _isHost       = isHost;
 }