コード例 #1
0
ファイル: NetCode.cs プロジェクト: unix14/ShitHead
 private void Awake()
 {
     roomPropertyAgent    = FindObjectOfType <RoomPropertyAgent>();
     roomRemoteEventAgent = FindObjectOfType <RoomRemoteEventAgent>();
 }