Ejemplo n.º 1
0
 public List <Region> GetRegionsForPlayer(ModPlayer modPlayer) => GetRegionsForPlayer(WCPlayer.Get(modPlayer));
Ejemplo n.º 2
0
 public List <Region> GetRegionsForPlayer(Player player) => GetRegionsForPlayer(WCPlayer.Get(player));
Ejemplo n.º 3
0
 public bool IsContributor(Player player) => IsContributor(WCPlayer.Get(player).UniqueID);
Ejemplo n.º 4
0
 public bool CanContribute(Player player) => CanContribute(WCPlayer.Get(player).UniqueID);
Ejemplo n.º 5
0
 public bool IsOwner(Player player) => IsOwner(WCPlayer.Get(player).UniqueID);