C# Class BattleAxe, Aegina

Inheritance: Tool
Afficher le fichier Open project: JMounier/Aegina Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BattleAxe ( ) : System.Collections
Résultat System.Collections

BattleAxe() public méthode

public BattleAxe ( BattleAxe, battleAxe ) : System.Collections
battleAxe BattleAxe,
Résultat System.Collections

BattleAxe() public méthode

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
Résultat System.Collections