16 lines
292 B
Ucode
16 lines
292 B
Ucode
class repl_MOTD extends KFGui.KFMOTD;
|
|
|
|
|
|
// do not let ourselves to start
|
|
function InitComponent(GUIController MyController, GUIComponent MyOwner)
|
|
{
|
|
super(UT2K4Browser_MOTD).InitComponent(MyController, MyOwner);
|
|
|
|
// the "Destroy" function
|
|
free();
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
}
|