= Tweaking example
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user