C# Class AmmoEvent, HomeAlone

Inheritance: DropEvent
Show file Open project: SNUGDC/HomeAlone Class Usage Examples

Public Properties

Property Type Description
Delta TimeSpan,
Dialog GameObject
StartTime DateTime,
count Text,

Public Methods

Method Description
Countdown ( int line ) : void
IntParseFast ( string value ) : int
Start ( ) : void
Update ( ) : void

Method Details

Countdown() public method

public Countdown ( int line ) : void
line int
return void

IntParseFast() public static method

public static IntParseFast ( string value ) : int
value string
return int

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Delta public static property

public static TimeSpan, Delta
return TimeSpan,

Dialog public property

public GameObject Dialog
return GameObject

StartTime public static property

public static DateTime, StartTime
return DateTime,

count public property

public Text, count
return Text,