Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
OpenRA
Mods
Common
Activities
DeliverResources
C# Class OpenRA.Mods.Common.Activities.DeliverResources
Inheritance:
Activity
Mostrar archivo
Open project: OpenRA/OpenRA
Class Usage Examples
Public Methods
Method
Description
Cancel
(
Actor
self
) :
void
DeliverResources
(
Actor
self
) :
System.Drawing
Tick
(
Actor
self
) :
Activity
Method Details
Cancel()
public
method
public
Cancel
(
Actor
self
) :
void
self
Actor
return
void
DeliverResources()
public
method
public
DeliverResources
(
Actor
self
) :
System.Drawing
self
Actor
return
System.Drawing
Tick()
public
method
public
Tick
(
Actor
self
) :
Activity
self
Actor
return
Activity