y cordinate change to z, for better using
add type into data-spworlds, for next updates
remove user after payment, for fix, when user can give 2 and more requests
change "@ #here" to ping yawaflua: delete dev-utilities
ping yawaflua into thread chanel
This commit is contained in:
Дмитрий Шиманский
2023-11-21 13:03:51 +03:00
parent ff8136407c
commit c1577b1073
2 changed files with 7 additions and 6 deletions

View File

@@ -19,9 +19,9 @@ namespace DiscordApp.Justice.Modals
[ModalTextInput("xCoordinate", TextInputStyle.Short, placeholder: "70", maxLength: 10)]
public int xCoordinate { get; set; }
[InputLabel("Y координата")]
[InputLabel("Z координата")]
[ModalTextInput("yCoordinate", TextInputStyle.Short, placeholder: "90", maxLength: 10)]
public int yCoordinate { get; set; }
public int zCoordinate { get; set; }
}
}