C# Class Game.AttackingFleetToMerge

Mostrar archivo Open project: vs-team/casanova-mk2

Public Properties

Property Type Description
FleetToMergeWith AttackingFleet
ID int
JustEntered bool
MyFleet Fleet
frame int

Public Methods

Method Description
AttackingFleetToMerge ( Fleet fleet, AttackingFleet fleet_to_merge_with ) : Casanova.Prelude
Rule0 ( float dt, World world ) : void
Update ( float dt, World world ) : void

Method Details

AttackingFleetToMerge() public method

public AttackingFleetToMerge ( Fleet fleet, AttackingFleet fleet_to_merge_with ) : Casanova.Prelude
fleet Fleet
fleet_to_merge_with AttackingFleet
return Casanova.Prelude

Rule0() public method

public Rule0 ( float dt, World world ) : void
dt float
world World
return void

Update() public method

public Update ( float dt, World world ) : void
dt float
world World
return void

Property Details

FleetToMergeWith public_oe property

public AttackingFleet,Game FleetToMergeWith
return AttackingFleet

ID public_oe property

public int ID
return int

JustEntered public_oe property

public bool JustEntered
return bool

MyFleet public_oe property

public Fleet,Game MyFleet
return Fleet

frame public_oe property

public int frame
return int