Initializes a new instance of the
Coin class
Namespace: CreepyTowers.CollectablesAssembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
public Coin(
Vector3D position,
int gold
)
public Coin(
Vector3D position,
int gold
)
Public Sub New (
position As Vector3D,
gold As Integer
)
Public Sub New (
position As Vector3D,
gold As Integer
)
public:
Coin(
Vector3D position,
int gold
)
public:
Coin(
Vector3D position,
int gold
)
new :
position : Vector3D *
gold : int -> Coin
new :
position : Vector3D *
gold : int -> Coin