Register() public static méthode

public static Register ( int spellID, Type type ) : void
spellID int
type System.Type
Résultat void
Exemple #1
0
 public static void Register(int spellID, Type type)
 {
     SpellRegistry.Register(spellID, type);
 }