C# Class EnemyFullAI.Melee, Endure

显示文件 Open project: Endure-Game/Endure

Public Properties

Property Type Description
isMelee bool

Public Methods

Method Description
getWeapon ( ) : MeleeAttacker,
setWeapon ( MeleeAttacker, meleeWep ) : void

Method Details

getWeapon() public method

public getWeapon ( ) : MeleeAttacker,
return MeleeAttacker,

setWeapon() public method

public setWeapon ( MeleeAttacker, meleeWep ) : void
meleeWep MeleeAttacker,
return void

Property Details

isMelee public_oe property

public bool isMelee
return bool