C# Class Pickaxe, Aegina

Utilisez cette classe pour creer de nouvelle pioches.
Inheritance: Tool
Mostra file Open project: JMounier/Aegina Class Usage Examples

Public Methods

Method Description
Pickaxe ( ) : System.Collections
Pickaxe ( Pickaxe, pickaxe ) : System.Collections
Pickaxe ( int id, Text, name, Text, description, int durability, int efficiency, Texture2D icon, Entity, ent, GameObject toolPrefab ) : System.Collections

Method Details

Pickaxe() public method

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

Pickaxe() public method

public Pickaxe ( Pickaxe, pickaxe ) : System.Collections
pickaxe Pickaxe,
return System.Collections

Pickaxe() public method

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