Class Counter
Inherited Members
Namespace: SociallyDistant.Core.Core.Systems
Assembly: SociallyDistant.Framework.dll
Syntax
public sealed class CounterConstructors
Counter(int)
Declaration
public Counter(int value = 0)Parameters
| Type | Name | Description | 
|---|---|---|
| int | value | 
Properties
Value
Declaration
public int Value { get; }Property Value
| Type | Description | 
|---|---|
| int | 
Methods
CountDown()
Declaration
public void CountDown()CountUp()
Declaration
public void CountUp()