mirror of
https://github.com/Ragora/T2-BoL.git
synced 2026-07-14 11:14:35 +00:00
Brought up to date with the newest T2BoL I've located
This commit is contained in:
parent
8c96cba3e1
commit
accd31895e
287 changed files with 108557 additions and 107608 deletions
|
|
@ -1,15 +1,15 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// Clan Management.cs
|
||||
// The clan management system for BoL 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)
|
||||
{
|
||||
//------------------------------------------------------------------------------
|
||||
// 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)
|
||||
{
|
||||
}
|
||||
|
|
@ -1,15 +1,15 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// 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)
|
||||
{
|
||||
//------------------------------------------------------------------------------
|
||||
// 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)
|
||||
{
|
||||
}
|
||||
|
|
@ -1,20 +1,20 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// Save.cs
|
||||
// The PDA Save function for BoL 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)
|
||||
{
|
||||
}
|
||||
|
||||
// exit function, it's called when the client exits (returns to PDAMain)
|
||||
function EMailClient::exit(%this, %client, %page)
|
||||
{
|
||||
//------------------------------------------------------------------------------
|
||||
// Save.cs
|
||||
// The PDA Save function 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)
|
||||
{
|
||||
}
|
||||
|
||||
// exit function, it's called when the client exits (returns to PDAMain)
|
||||
function EMailClient::exit(%this, %client, %page)
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue