Files
sml-projects/fcore/level/player/whip.sml

5 lines
69 B
Standard ML
Raw Normal View History

2025-02-28 12:03:23 +00:00
structure Whip =
struct
type box = {x: int, y: int, size: int}
end