Class Counter
Inherited Members
Namespace: SociallyDistant.Core.Core.Systems
Assembly: SociallyDistant.Framework.dll
Syntax
public sealed class Counter
Constructors
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()