Beispiel #1
0
 void Update()
 {
     EgoSystems.Update();
 }
Beispiel #2
0
 void FixedUpdate()
 {
     EgoSystems.FixedUpdate();
 }
Beispiel #3
0
 void Start()
 {
     EgoSystems.Start();
 }