コード例 #1
0
ファイル: PlayerChatEntry.cs プロジェクト: x0n1c/Nitrox
 public void Awake()
 {
     multiplayerSession = NitroxServiceLocator.LocateService <IMultiplayerSession>();
     chatBroadcaster    = NitroxServiceLocator.LocateService <GameLogic.Chat>();
 }