Class MatchstickSystem
Inheritance
System.Object
MatchstickSystem
Namespace: Content.Server.Light.EntitySystems
Assembly: Content.Server.dll
Syntax
public sealed class MatchstickSystem : EntitySystem
Methods
| Improve this Doc View SourceIgnite(EntityUid, MatchstickComponent, EntityUid)
Declaration
public void Ignite(EntityUid uid, MatchstickComponent component, EntityUid user)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | uid | |
MatchstickComponent | component | |
EntityUid | user |
Initialize()
Declaration
public override void Initialize()
Update(Single)
Declaration
public override void Update(float frameTime)
Parameters
Type | Name | Description |
---|---|---|
System.Single | frameTime |