Example #1
0
 private void Awake()
 {
     roomPropertyAgent    = FindObjectOfType <RoomPropertyAgent>();
     roomRemoteEventAgent = FindObjectOfType <RoomRemoteEventAgent>();
 }
 void Start()
 {
     roomPropertyAgent = GetComponent <RoomPropertyAgent>();
 }