Exemple #1
0
 /// <summary>
 /// Changes the game object Team (sets the given Team).
 /// </summary>
 /// <param name="gameObject">The object which will have the changed Team.</param>
 /// <param name="newTeam">The new Team for the object.</param>
 public static void ChangeObjectsTeam(IGameObject gameObject, Team newTeam)
 {
     gameObjectMgr.ChangeObjectsTeam(gameObject, newTeam);
 }