14 lines
374 B
Ucode
14 lines
374 B
Ucode
// ====================================================================
|
|
// Class: XInterface.UT2InstantActionPage
|
|
// Parent: XInterface.GUIPage
|
|
//
|
|
// <Enter a description here>
|
|
// ====================================================================
|
|
|
|
class KFInstantActionPage extends UT2K4GamePageSP;
|
|
|
|
defaultproperties
|
|
{
|
|
PageCaption="Single Player"
|
|
}
|