Beispiel #1
0
 public void CmdLeave()
 {
     // validate
     if (InGuild())
     {
         GuildSystem.LeaveGuild(guild.name, name);
     }
 }