C# Class BattleAxe, Aegina

Inheritance: Tool
显示文件 Open project: JMounier/Aegina Class Usage Examples

Public Methods

Method Description
BattleAxe ( ) : System.Collections
BattleAxe ( BattleAxe, battleAxe ) : System.Collections
BattleAxe ( int id, Text, name, Text, description, int durability, int damage, Texture2D icon, Entity, ent, GameObject toolPrefab ) : System.Collections

Method Details

BattleAxe() public method

public BattleAxe ( ) : System.Collections
return System.Collections

BattleAxe() public method

public BattleAxe ( BattleAxe, battleAxe ) : System.Collections
battleAxe BattleAxe,
return System.Collections

BattleAxe() public method

public BattleAxe ( int id, Text, name, Text, description, int durability, int damage, Texture2D icon, Entity, ent, GameObject toolPrefab ) : System.Collections
id int
name Text,
description Text,
durability int
damage int
icon UnityEngine.Texture2D
ent Entity,
toolPrefab GameObject
return System.Collections