C# Class NPCCreatedMessage

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

Public Properties

Property Type Description
NPC GameObject

Public Methods

Method Description
NPCCreatedMessage ( GameObject NPC ) : UnityEngine

Method Details

NPCCreatedMessage() public method

public NPCCreatedMessage ( GameObject NPC ) : UnityEngine
NPC GameObject
return UnityEngine

Property Details

NPC public property

public GameObject NPC
return GameObject