public interface IGuild
GuildSettings.GuildSettings| Modifier and Type | Method and Description |
|---|---|
List<IAuction> |
getAuctions()
Retreve the all auctions.
|
ICity |
getCity()
Retrieve the city where the guild is located.
|
List<IPlayer> |
getMembers()
Retrieve all members of the guild.
|
void |
join(IPlayer player)
A player joins the guild.
|
void |
resetAuction(IAuction auction)
Once the auction has happened the value must be reset.
|
ICity getCity()
void join(IPlayer player)
player - void resetAuction(IAuction auction)
auction - to be removedCopyright © 2011-2017 Sahits GmbH. All Rights Reserved.