rott/kf_sources/GUI2K4/Classes/AdminPanelRules.uc
2026-07-14 20:27:09 +07:00

18 lines
513 B
Ucode

//==============================================================================
// Created on: 11/23/2003
// Playinfo stuff
//
// Written by Ron Prestenback
// © 2003, Epic Games, Inc. All Rights Reserved
//==============================================================================
class AdminPanelRules extends AdminPanelBase;
var automated RemotePlayInfoPanel p_Main;
DefaultProperties
{
Begin Object Class=RemotePlayInfoPanel Name=PlayInfoPanel
End Object
p_Main=PlayInfoPanel
}