Class DamageVisualizerGroupData
Inheritance
System.Object
DamageVisualizerGroupData
Assembly: Content.Shared.dll
Syntax
public sealed class DamageVisualizerGroupData : ICloneable
Constructors
|
Improve this Doc
View Source
DamageVisualizerGroupData(List<String>)
Declaration
public DamageVisualizerGroupData(List<string> groupList)
Parameters
Type |
Name |
Description |
List<System.String> |
groupList |
|
Fields
|
Improve this Doc
View Source
GroupList
Declaration
public List<string> GroupList
Field Value
Type |
Description |
List<System.String> |
|
Methods
|
Improve this Doc
View Source
Clone()
Declaration
Returns
Type |
Description |
System.Object |
|