C# Class CrabBattleServer.Action

Mostra file Open project: tomoprime/CrabBattle

Public Properties

Property Type Description
BaseLength float
CanAdjustDelay bool
CanAdjustSpeed bool
DelayTime float
HasBeenUsed bool
Id int
Probability int
StartHealth int
TimeSinceUsage Stopwatch
UsageTime float

Public Methods

Method Description
Action ( int id, int probability, int startHealth, float baseLength, float delayTime, bool canAdjustSpeed, bool canAdjustDelay ) : System

Method Details

Action() public method

public Action ( int id, int probability, int startHealth, float baseLength, float delayTime, bool canAdjustSpeed, bool canAdjustDelay ) : System
id int
probability int
startHealth int
baseLength float
delayTime float
canAdjustSpeed bool
canAdjustDelay bool
return System

Property Details

BaseLength public_oe property

public float BaseLength
return float

CanAdjustDelay public_oe property

public bool CanAdjustDelay
return bool

CanAdjustSpeed public_oe property

public bool CanAdjustSpeed
return bool

DelayTime public_oe property

public float DelayTime
return float

HasBeenUsed public_oe property

public bool HasBeenUsed
return bool

Id public_oe property

public int Id
return int

Probability public_oe property

public int Probability
return int

StartHealth public_oe property

public int StartHealth
return int

TimeSinceUsage public_oe property

public Stopwatch TimeSinceUsage
return Stopwatch

UsageTime public_oe property

public float UsageTime
return float