Esempio n. 1
0
 public static Alignment GetAlignment <T>() where T : RoleGeneric <T>, new() => RoleGeneric <T> .GetAlignment();
Esempio n. 2
0
 public static string GetRoleTask <T>() where T : RoleGeneric <T>, new() => RoleGeneric <T> .GetRoleTask();
Esempio n. 3
0
 public static Faction GetFaction <T>() where T : RoleGeneric <T>, new() => RoleGeneric <T> .GetFaction();
Esempio n. 4
0
 public static PlayerControl GetPlayer <T>() where T : RoleGeneric <T>, new() => RoleGeneric <T> .GetPlayer();
Esempio n. 5
0
 public static Color GetColor <T>() where T : RoleGeneric <T>, new() => RoleGeneric <T> .GetColor();
Esempio n. 6
0
 public static string GetName <T>() where T : RoleGeneric <T>, new() => RoleGeneric <T> .GetName();
Esempio n. 7
0
 // Methods
 private static byte GetRoleID <T>() where T : RoleGeneric <T>, new() => RoleGeneric <T> .GetRoleID();