Some refactoring work

Add command aliases
Begin adding the sethomemount command

Part of #6
This commit is contained in:
zontreck 2025-06-05 12:18:07 -07:00
parent 45b024654a
commit bd12021575
5 changed files with 45 additions and 21 deletions

View file

@ -93,6 +93,7 @@ namespace AriasServerUtils
public PlayerPosition Location;
public string CreatedBy;
public DateTime CreatedAt;
public bool CanHaveMount = false;
public static Warp Create(IServerPlayer player)