Server.Misc.RaceDefinitions.Configure C# (CSharp) Méthode

Configure() public static méthode

public static Configure ( ) : void
Résultat void
		public static void Configure()
		{
			/* Here we configure all races. Some notes:
			 * 
			 * 1) The first 32 races are reserved for core use.
			 * 2) Race 0x7F is reserved for core use.
			 * 3) Race 0xFF is reserved for core use.
			 * 4) Changing or removing any predefined races may cause server instability.
			 */

			RegisterRace( new Human	( 0, 0 ) );
		}