Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
OpenRA
Mods
Common
Activities
Sell
C# Class OpenRA.Mods.Common.Activities.Sell
Inheritance:
Activity
Exibir arquivo
Open project: OpenRA/OpenRA
Public Methods
Method
Description
Cancel
(
Actor
self
) :
void
Sell
(
Actor
self
) :
OpenRA.Activities
Tick
(
Actor
self
) :
Activity
Method Details
Cancel()
public
method
public
Cancel
(
Actor
self
) :
void
self
Actor
return
void
Sell()
public
method
public
Sell
(
Actor
self
) :
OpenRA.Activities
self
Actor
return
OpenRA.Activities
Tick()
public
method
public
Tick
(
Actor
self
) :
Activity
self
Actor
return
Activity