상속: MonoBehaviour
예제 #1
0
 public void Start()
 {
     this.broadcaster = gameObject.AddComponent<LocalBroadcaster>();
     this.listener = gameObject.AddComponent<LocalListener>();
 }
예제 #2
0
 public void Start()
 {
     this.broadcaster = gameObject.AddComponent <LocalBroadcaster>();
     this.listener    = gameObject.AddComponent <LocalListener>();
 }