mirror of
https://github.com/Ragora/T2-BoL.git
synced 2026-03-25 15:19:11 +00:00
15 lines
No EOL
503 B
PHP
15 lines
No EOL
503 B
PHP
//------------------------------------------------------------------------------
|
|
// Clan Management.cs
|
|
// The clan management system for BoL RPg Mod.
|
|
// Copyright (c) 2012 Robert MacGregor
|
|
//==============================================================================
|
|
|
|
// Entry Point (called when the client first clicks it)
|
|
function EMailClient::main(%this, %client)
|
|
{
|
|
}
|
|
|
|
// action function, it's called when the client navigates.
|
|
function EMailClient::action(%this, %client, %page)
|
|
{
|
|
} |