Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Efeito
C# Class Efeito
显示文件
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_oe property
public
int
dano
return
int
nome
public_oe property
public
string
nome
return
string
tempo
public_oe property
public
float
tempo
return
float