T2-BoL/data/bolContent/pdaApplications/EMail.cs
2015-08-30 02:30:29 -04:00

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)
{
}