Added a basic reward model and repetitive unlocks to calculate time till next unlock on repeating rewards

This commit is contained in:
BuildTools
2020-04-06 01:47:24 -05:00
parent 28a9013868
commit fa39d13dc3
4 changed files with 68 additions and 0 deletions
@@ -0,0 +1,10 @@
// GASM.java (General Activation Sequence Manager)
// - In charge of making sure things do their thing when they are supposed to
//
// (c) Owen Rummage 2020
package dev.astridlabs.playtimerewardsplus.Controllers;
public class GASM {
}