コード例 #1
0
 public void AddPlayerActor(UInt16 stationIndex, PlayerActor playerActor)
 {
     m_stationMgr.AddPlayerActor(stationIndex, playerActor);
 }