C# Class Skeleton.FakeWeapon

Inheritance: IWeapon
Datei anzeigen Open project: MertYumer/CSharp-Fundamentals-January-2019

Public Methods

Method Description
Attack ( ITarget target ) : void

Method Details

Attack() public method

public Attack ( ITarget target ) : void
target ITarget
return void