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