/// <summary> /// Initializes a new instance of the <see cref="AmazonGameCircleExampleWhispersyncSyncableNumberHelper"/> class. /// </summary> /// <param name='newBehavior'> /// Behavior to be used for the syncable number. /// </param> /// <param name='newType'> /// Type to be used for the syncable number. /// </param> public AmazonGameCircleExampleWSSyncableNumber( SyncableNumberBehavior newBehavior, AvailableSyncableNumberType newType) { behavior = newBehavior; type = newType; }
/// <summary> /// Initializes a new instance of the <see cref="AmazonGameCircleExampleWhispersyncSyncableNumberHelper"/> class. /// </summary> /// <param name='newBehavior'> /// Behavior to be used for the syncable number. /// </param> /// <param name='newType'> /// Type to be used for the syncable number. /// </param> public AmazonGameCircleExampleWSSyncableNumber(SyncableNumberBehavior newBehavior, AvailableSyncableNumberType newType) { behavior = newBehavior; type = newType; }