This website requires JavaScript.
Explore
Help
Register
Sign In
ChipsEater
/
PIbd-23_Polevoy_S.V._SelfPropelledArtilleryUnit_Hard
Watch
1
Star
0
Fork
0
You've already forked PIbd-23_Polevoy_S.V._SelfPropelledArtilleryUnit_Hard
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
e60990067a
PIbd-23_Polevoy_S.V._SelfPr...
/
Direction.java
8 lines
74 B
Java
Raw
Normal View
History
Unescape
Escape
Added enum Direction
2022-09-25 16:21:53 +04:00
public
enum
Direction
{
Up
,
Down
,
Left
,
Added new option to Direction enum
2022-10-08 14:56:34 +04:00
Right
,
None
Added enum Direction
2022-09-25 16:21:53 +04:00
}
Reference in New Issue
Copy Permalink