1
0
KF2-Dev-Scripts/Engine/Classes/SeqVar_Name.uc

14 lines
272 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
/**
* Sequence variable for holding a name value.
*
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
class SeqVar_Name extends SequenceVariable
deprecated;
defaultproperties
{
ObjName="Name"
ObjColor=(R=128,G=255,B=255,A=255) // aqua
}