Class CustomEntity
Base class for all custom entities
Inheritance
System.Object
CustomEntity
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Jotunn.Entities
Assembly: Jotunn.dll
Syntax
public abstract class CustomEntity
Properties
| Improve this Doc View SourceSourceMod
Reference to the which added this entity.
Declaration
public BepInPlugin SourceMod { get; }
Property Value
Type | Description |
---|---|
BepInPlugin |