C# Class PlayerKilledMessage

Inheritance: Message
Show file Open project: mezosaurus/eae-project Class Usage Examples

Public Properties

Property Type Description
NPC GameObject

Public Methods

Method Description
PlayerKilledMessage ( GameObject npc, GameObject tree ) : UnityEngine

Method Details

PlayerKilledMessage() public method

public PlayerKilledMessage ( GameObject npc, GameObject tree ) : UnityEngine
npc GameObject
tree GameObject
return UnityEngine

Property Details

NPC public property

public GameObject NPC
return GameObject