C# Class BookkeepingInfo, UnityDemo

Show file Open project: rouchen/UnityDemo Class Usage Examples

Public Properties

Property Type Description
coin int
credit int

Public Methods

Method Description
BookkeepingInfo ( ) : System.Collections

Method Details

BookkeepingInfo() public method

public BookkeepingInfo ( ) : System.Collections
return System.Collections

Property Details

coin public property

public int coin
return int

credit public property

public int credit
return int