예제 #1
0
 // Update is called once per frame
 public virtual void Update()
 {
     network.Update();
     EventManager.Update();
     for (int i = 0; i < proxyList.Count; i++)
     {
         var p = proxyList [i];
         p.Update();
     }
 }