예제 #1
0
 void Update()
 {
     foreach (var Cmp in Components)
     {
         Cmp.OnUpdate();
     }
 }