Interface IMyCharacterComponent
Namespace: Sandbox.Game.Entities.Character.Components
Assembly: Sandbox.Game.dll
Syntax
public interface IMyCharacterComponent
Properties
Character
Declaration
MyCharacter Character { get; }
Property Value
Type | Description |
---|---|
Sandbox.Game.Entities.Character.MyCharacter |
Methods
OnCharacterDead()
Declaration
void OnCharacterDead()