예제 #1
0
 static void RemoveEntity(BaseCombatEntity entity)
 {
     if (entity == null)
     {
         return;
     }
     entity.KillMessage();
 }