This website requires JavaScript.
Explore
Help
Sign In
galactica
/
Galactica
Watch
1
Star
0
Fork
You've already forked Galactica
0
Code
Issues
Releases
Activity
025a1df69e
Galactica
/
crates
/
playeragent
/
src
/
playerstatus.rs
6 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
Added playeragent
2024-01-11 11:28:51 -08:00
use
cgmath
::
Point2
;
pub
struct
PlayerStatus
{
Minor reorganization
2024-01-11 20:21:07 -08:00
pub
pos
:
Option
<
Point2
<
f32
>
>
,
Added playeragent
2024-01-11 11:28:51 -08:00
}