1
0
KF2-Dev-Scripts/Engine/Classes/UIMapSummary.uc
2020-12-13 18:01:13 +03:00

20 lines
417 B
Ucode

/**
* Provides information about the static resources available for a particular map.
*
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
class UIMapSummary extends UIResourceDataProvider
PerObjectConfig
Config(Game);
var config string MapName;
var config string ScreenshotPathName;
var localized string DisplayName;
var localized string Description;
DefaultProperties
{
}