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

15 lines
499 B
Ucode

//==============================================================================
// Created on: 10/10/2003
// Base class for message windows which do not allow the menus beneath it to be viewed
//
// Written by Ron Prestenback
// © 2003, Epic Games, Inc. All Rights Reserved
//==============================================================================
class BlackoutWindow extends MessageWindow;
DefaultProperties
{
bRequire640x480=False
OpenSound=sound'KF_MenuSnd.msfxEdit'
}