C# Class CNCMaps.Engine.Map.AircraftObject

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

Public Methods

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

Method Details

AircraftObject() public method

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