OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class UnturnedZombieAsset

Inheritance
System.Object
UnturnedZombieAsset
Implements
IEntityAsset
Namespace: OpenMod.Unturned.Zombies
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedZombieAsset : object, IEntityAsset

Properties

| Improve this Doc View Source

EntityAssetId

Declaration
public string EntityAssetId { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

EntityType

Declaration
public string EntityType { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Instance

Declaration
public static UnturnedZombieAsset Instance { get; }
Property Value
Type Description
UnturnedZombieAsset
| Improve this Doc View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Implements

IEntityAsset

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)