示例#1
0
 public void FixedUpdate()
 {
     mTankSystem.FixedUpdate();
     mBulletSystem.FixedUpdate();
 }
示例#2
0
文件: Map.cs 项目: Rezillien/AstroLab
 void FixedUpdate()
 {
     pickupSystem.FixedUpdate();
     bulletSystem.FixedUpdate();
 }