Exemple #1
0
 public void OnLevelWasLoaded(int i)
 {
     if (entity != null)
     {
         entity.OnLevelWasLoaded(i);
     }
 }