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

20 lines
463 B
Ucode

/**
* Provides information about the static resources associated with a single character class.
*
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
class UICharacterSummary extends UIResourceDataProvider
PerObjectConfig
Config(Game);
var config string ClassPathName;
var config localized string CharacterName;
var config localized string CharacterBio;
var config bool bIsDisabled;
DefaultProperties
{
}