Merge branch 'WES-187-unit-tests-justsign-and-spellingbee' into 'development'
Resolve WES-187 "Unit tests justsign and spellingbee" See merge request wesign/unity-application!93
This commit was merged in pull request #93.
This commit is contained in:
@@ -152,7 +152,7 @@ public abstract class AbstractMinigameController : AbstractFeedback
|
||||
/// </summary>
|
||||
/// <param name="accuracy">The accuracy of the passed sign</param>
|
||||
/// <param name="predictedSign">The name of the passed sign</param>
|
||||
protected abstract void ProcessMostProbableSign(float accuracy, string predictedSign);
|
||||
public abstract void ProcessMostProbableSign(float accuracy, string predictedSign);
|
||||
|
||||
/// <summary>
|
||||
/// Each minigame has their own way of calculating their score
|
||||
|
||||
Reference in New Issue
Block a user