This commit is contained in:
Watn3y 2023-03-21 21:53:01 +01:00
parent 89e3d91b0f
commit 25f7e90c90

View file

@ -0,0 +1,6 @@
package gaypoints
type gaypointShortDetails struct {
userID int64
gaypoints int64
}