Show / Hide Table of Contents

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()
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾