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