Server.Spells.Initializer.Register C# (CSharp) Метод

Register() публичный статический Метод

public static Register ( int spellID, Type type ) : void
spellID int
type System.Type
Результат void
		public static void Register( int spellID, Type type )
		{
			SpellRegistry.Register( spellID, type );
		}
	}