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

public static Register ( int spellID, Type type ) : void
spellID int
type System.Type
Результат void
Пример #1
0
 public static void Register(int spellID, Type type)
 {
     SpellRegistry.Register(spellID, type);
 }