C# Class CNCMaps.Engine.Map.UnitObject

Inheritance: NamedObject, OwnableObject
Show file Open project: zzattack/ccmaps-net Class Usage Examples

Public Methods

Method Description
UnitObject ( string owner, string name, short health, short direction, bool onBridge ) : System

Method Details

UnitObject() public method

public UnitObject ( string owner, string name, short health, short direction, bool onBridge ) : System
owner string
name string
health short
direction short
onBridge bool
return System