예제 #1
0
 /// <summary>
 /// Freeze or unfreeze an entity
 /// </summary>
 public void Freeze(bool pause)
 {
     AEntity.Freeze(pause);
 }