public void Initialize(mg_bc_Truck _truck) { m_unCoinedScore = 0; CurrentScore = new mg_bc_UIValue <int>(); CurrentScore.SetValue(0); m_truck = _truck; }
public mg_bc_Penguin() { Lives = new mg_bc_UIValue <int>(); Lives.SetValue(3); }