C# Class EnemyNPCDestroyedMessage

Inheritance: Message
Mostrar archivo Open project: mezosaurus/eae-project

Public Properties

Property Type Description
NPC GameObject

Public Methods

Method Description
EnemyNPCDestroyedMessage ( GameObject NPC ) : UnityEngine

Method Details

EnemyNPCDestroyedMessage() public method

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

Property Details

NPC public_oe property

public GameObject NPC
return GameObject