mirror of
https://github.com/Ragora/T2-BoL.git
synced 2026-04-26 07:05:02 +00:00
15 lines
No EOL
499 B
C#
15 lines
No EOL
499 B
C#
//------------------------------------------------------------------------------
|
|
// EMail.cs
|
|
// An E-Mail client for the Birth of Legend 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)
|
|
{
|
|
} |