Trace Refactor #233
@ -46,6 +46,12 @@ public class Trace { // TODO: Add UUID for file saving and so on!
|
||||
@Getter
|
||||
private final long startTime = TPSUtils.currentTick.get();
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@Getter
|
||||
private final Date date = new Date();
|
||||
|
||||
/**
|
||||
* Records of TNTs, making up the trace
|
||||
*/
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren