C# Class ForgeZombie

This zombie is created by the server and is only controlled by the server
Inheritance: BeardedManStudios.Network.NetworkedMonoBehavior
Show file Open project: drakelinglabs/unityarmada Class Usage Examples

Public Properties

Property Type Description
destroy bool

Public Methods

Method Description
Damage ( ForgeZombieBullet, bullet ) : void

Private Methods

Method Description
Awake ( ) : void
Update ( ) : void

Method Details

Damage() public method

public Damage ( ForgeZombieBullet, bullet ) : void
bullet ForgeZombieBullet,
return void

Property Details

destroy public property

public bool destroy
return bool