public List <Region> GetRegionsForPlayer(ModPlayer modPlayer) => GetRegionsForPlayer(WCPlayer.Get(modPlayer));
 public List <Region> GetRegionsForPlayer(Player player) => GetRegionsForPlayer(WCPlayer.Get(player));
Пример #3
0
 public bool IsContributor(Player player) => IsContributor(WCPlayer.Get(player).UniqueID);
Пример #4
0
 public bool CanContribute(Player player) => CanContribute(WCPlayer.Get(player).UniqueID);
Пример #5
0
 public bool IsOwner(Player player) => IsOwner(WCPlayer.Get(player).UniqueID);