= Tweaking example

This commit is contained in:
Matthew Cech
2019-05-06 23:22:05 -07:00
parent 8409c77151
commit dc096d01a5
+2 -2
View File
@@ -4,14 +4,14 @@ import core.DatabaseTrackedObject;
import utils.GlobalLog; import utils.GlobalLog;
import utils.LogFilter; import utils.LogFilter;
// An automatically tracked database value! // An automatically tracked long!
// Usage example: // Usage example:
// //
// KittyTrackedLong score; // KittyTrackedLong score;
// //
// public SomeConstructor(...) // public SomeConstructor(...)
// { // {
// myValue = new KittyTrackedLong("guildscore", this.UniqueID); // myValue = new KittyTrackedLong("friendlyName", this.UniqueID);
// } // }
// //
public class KittyTrackedLong extends DatabaseTrackedObject public class KittyTrackedLong extends DatabaseTrackedObject