mirror of
https://github.com/Ragora/T2-BoL.git
synced 2026-01-19 19:14:45 +00:00
15 lines
485 B
C#
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)
|
|
{
|
|
} |