コード例 #1
0
    void Start()
    {
        spawnParent = new GameObject("Spawn Parent").transform;

        NetPoller.GetInstance().Polled += OnPollResult;

        StartCoroutine(SpawnEnemies());
    }
コード例 #2
0
 void Start()
 {
     NetPoller.GetInstance().Polled += PrintResults;
 }
コード例 #3
0
 void Awake()
 {
     instance = this;
 }
コード例 #4
0
 void Start()
 {
     NetPoller.GetInstance().Polled += OnPollResult;
 }