C# Class CrabBattleServer.Action

Show 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 property

public float BaseLength
return float

CanAdjustDelay public property

public bool CanAdjustDelay
return bool

CanAdjustSpeed public property

public bool CanAdjustSpeed
return bool

DelayTime public property

public float DelayTime
return float

HasBeenUsed public property

public bool HasBeenUsed
return bool

Id public property

public int Id
return int

Probability public property

public int Probability
return int

StartHealth public property

public int StartHealth
return int

TimeSinceUsage public property

public Stopwatch TimeSinceUsage
return Stopwatch

UsageTime public property

public float UsageTime
return float