Class AddImplantSpecial
Adds implants on spawn to the entity
Inheritance
System.Object
AddImplantSpecial
Assembly: Content.Server.dll
Syntax
public sealed class AddImplantSpecial : JobSpecial
Properties
|
Improve this Doc
View Source
Implants
Declaration
public HashSet<String> Implants { get; }
Property Value
Type |
Description |
HashSet<String> |
|
Methods
|
Improve this Doc
View Source
AfterEquip(EntityUid)
Declaration
public override void AfterEquip(EntityUid mob)
Parameters
Type |
Name |
Description |
EntityUid |
mob |
|