mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
10 lines
111 B
Text
10 lines
111 B
Text
//
|
|
// Guild related functions
|
|
//
|
|
|
|
ListGuilds();
|
|
|
|
FindGuild( guildid );
|
|
|
|
CreateGuild();
|
|
DestroyGuild( guild );
|