C# Class MoneySystem, HomeAlone

Money system.cd Author: Kevin Harris handles money process money either adds or subtracts money for the user depending on if pus or minus is added
Inheritance: MonoBehaviour
Datei anzeigen Open project: SNUGDC/HomeAlone Class Usage Examples

Public Properties

Property Type Description
ContentsName string
MoneyIn bool
MoneyOut bool
Remainder Text,
income int
money int
outcome int
remainder int

Public Methods

Method Description
Deposit ( ) : void
Start ( ) : void
Update ( ) : void
reset ( ) : void
save ( ) : void

Method Details

Deposit() public method

public Deposit ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

reset() public method

public reset ( ) : void
return void

save() public method

public save ( ) : void
return void

Property Details

ContentsName public_oe static_oe property

public static string ContentsName
return string

MoneyIn public_oe static_oe property

public static bool MoneyIn
return bool

MoneyOut public_oe static_oe property

public static bool MoneyOut
return bool

Remainder public_oe property

public Text, Remainder
return Text,

income public_oe static_oe property

public static int income
return int

money public_oe static_oe property

public static int money
return int

outcome public_oe static_oe property

public static int outcome
return int

remainder public_oe static_oe property

public static int remainder
return int