예제 #1
0
 public void FixedUpdate()
 {
     mTankSystem.FixedUpdate();
     mBulletSystem.FixedUpdate();
 }
예제 #2
0
파일: Map.cs 프로젝트: Rezillien/AstroLab
 void FixedUpdate()
 {
     pickupSystem.FixedUpdate();
     bulletSystem.FixedUpdate();
 }