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);