C# Class ItemArmor, TimeTeamProject

This class represents armors. Armors have the code representing how the armor was made, what type of armor they are, and the attribute of the armor
Inheritance: ItemEquipment
显示文件 Open project: cmpt360/TimeTeamProject Class Usage Examples

Public Properties

Property Type Description
ArmorDef float
stat StatCollectionClass,

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void

Method Details

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Property Details

ArmorDef public_oe property

public float ArmorDef
return float

stat public_oe property

public StatCollectionClass, stat
return StatCollectionClass,