T2-BoL/data/bolContent/pdaApplications/EMail.cs
Robert MacGregor 8c96cba3e1 Did stuff.
2012-08-17 20:48:47 -04:00

15 lines
485 B
C#

//------------------------------------------------------------------------------
// EMail.cs
// An E-Mail client for the Birth of Legend RPG Mod.
// Copyright (c) 2012 The DarkDragonDX
//==============================================================================
// 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)
{
}