This website requires JavaScript.
Explore
Help
Sign In
vinzenz
/
servicepoint-tanks
Watch
0
Star
0
Fork
You've already forked servicepoint-tanks
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
7213318838
servicepoint-tanks
/
TanksServer
/
Models
/
FloatPosition.cs
4 lines
98 B
C#
Raw
Normal View
History
Unescape
Escape
tank movement (without collision)
2024-04-07 17:17:11 +02:00
namespace
TanksServer.Models
;
improve spawn position checks
2024-04-11 20:48:21 +02:00
internal
readonly
record
struct
FloatPosition
(
double
X
,
double
Y
)
;
Reference in a new issue
Copy permalink