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

22 lines
465 B
Ucode

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