C# Class Timespawn.TinyRogue.Gameplay.AttackCommand

Show file Open project: NagaChiang/tiny-rogue

Public Properties

Property Type Description
Target Entity

Public Methods

Method Description
AttackCommand ( Entity target ) : Unity.Entities

Method Details

AttackCommand() public method

public AttackCommand ( Entity target ) : Unity.Entities
target Entity
return Unity.Entities

Property Details

Target public property

public Entity Target
return Entity