Class MyGhostCharacterDefinition
Inheritance
System.Object
MyGhostCharacterDefinition
Assembly: Sandbox.Game.dll
Syntax
[MyDefinitionType]
public class MyGhostCharacterDefinition : MyDefinitionBase
Constructors
MyGhostCharacterDefinition()
Declaration
public MyGhostCharacterDefinition()
Fields
LeftHandWeapons
Declaration
public List<MyDefinitionId> LeftHandWeapons
Field Value
RightHandWeapons
Declaration
public List<MyDefinitionId> RightHandWeapons
Field Value
Methods
Init(MyObjectBuilder_DefinitionBase)
Declaration
protected override void Init(MyObjectBuilder_DefinitionBase builder)
Parameters
Overrides