C# Class ItemGUIManager, TimeTeamProject
显示文件
Open project: cmpt360/TimeTeamProject
Public Properties
Property |
Type |
Description |
|
Armor |
GameObject |
|
|
Bow |
GameObject |
|
|
Sword |
GameObject |
|
|
stat |
StatCollectionClass, |
|
|
Public Methods
Method |
Description |
|
Update ( ) : void |
|
|
Method Details
public Update ( ) : void |
return |
void |
|
Property Details
public GameObject Armor |
return |
GameObject |
|
public GameObject Bow |
return |
GameObject |
|
public GameObject Sword |
return |
GameObject |
|
public StatCollectionClass, stat |
return |
StatCollectionClass, |
|