Merge branch 'master' into LouDi_Quan
This commit is contained in:
commit
967ef2ea56
@ -61,6 +61,8 @@ namespace QFramework.Example
|
|||||||
sum += float.Parse(item.Value.sum);
|
sum += float.Parse(item.Value.sum);
|
||||||
score += item.Value.value;
|
score += item.Value.value;
|
||||||
}
|
}
|
||||||
|
this.Score.text = score.ToString();
|
||||||
|
this.Sum.text = sum.ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnShow()
|
protected override void OnShow()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user