Update framework.

This commit is contained in:
Dean Herbert 2017-03-31 12:58:54 +09:00
parent 0bcec4e61a
commit 79031b9e74
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49
5 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 269a1fd192c573d558a5ab0ff990a8b462947287
Subproject commit 7ae3cf1a10fa973a49995a71cbaf768702be1cce

View File

@ -47,7 +47,7 @@ public override void Increment(double amount)
protected class TransformAccuracy : Transform<double>
{
protected override double CurrentValue
public override double CurrentValue
{
get
{

View File

@ -51,7 +51,7 @@ public override void Increment(double amount)
protected class TransformScore : Transform<double>
{
protected override double CurrentValue
public override double CurrentValue
{
get
{

View File

@ -213,7 +213,7 @@ private void transformRoll(TransformComboRoll transform, int currentValue, int n
protected class TransformComboRoll : Transform<int>
{
protected override int CurrentValue
public override int CurrentValue
{
get
{

View File

@ -36,7 +36,7 @@ public override void Increment(ulong amount)
protected class TransformComboResult : Transform<ulong>
{
protected override ulong CurrentValue
public override ulong CurrentValue
{
get
{