Exemplo n.º 1
0
 public static void SetCreator(BattlegroundId id, BattlegroundCreator creator)
 {
     GetTemplate(id).Creator = creator;
 }
Exemplo n.º 2
0
		public static void SetCreator(BattlegroundId id, BattlegroundCreator creator)
		{
			GetTemplate(id).Creator = creator;
		}