mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-02-07 10:36:41 +01:00
Implement handbook teleporting
also a few formatting changes and sort data by logical sense
This commit is contained in:
@@ -29,4 +29,10 @@ public interface HandbookBody {
|
||||
|
||||
private int amount = 1; // Range between 1 - Long.MAX_VALUE.
|
||||
}
|
||||
|
||||
@Getter
|
||||
class TeleportTo {
|
||||
private String player; // Parse into online player ID.
|
||||
private String scene; // Parse into a scene ID.
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user