Beispiel #1
0
 // Update is called once per frame
 public virtual void Tick(float deltaTime)
 {
     if (entity != null)
     {
         entity.Tick(deltaTime);
     }
 }