Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Efeito
C# Class Efeito
Show file
Open project: ProgJogos/programacao-2sem2014
Class Usage Examples
Public Properties
Property
Type
Description
dano
int
nome
string
tempo
float
Public Methods
Method
Description
Efeito
(
string
nome
,
int
dano
,
float
tempo
)
Method Details
Efeito()
public
method
public
Efeito
(
string
nome
,
int
dano
,
float
tempo
)
nome
string
dano
int
tempo
float
Property Details
dano
public property
public
int
dano
return
int
nome
public property
public
string
nome
return
string
tempo
public property
public
float
tempo
return
float