This website requires JavaScript.
Explore
Help
Register
Sign In
Sosees04ka
/
PIbd-22_Kashin_M.I_GasolineTanker._Hard
Watch
1
Star
1
Fork
0
You've already forked PIbd-22_Kashin_M.I_GasolineTanker._Hard
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
PIbd-22_Kashin_M.I_Gasoline...
/
src
/
Direction.java
9 lines
117 B
Java
Raw
Normal View
History
Unescape
Escape
Лабораторная работа 1.
2022-09-20 19:33:04 +04:00
public
enum
Direction
{
Надеюсь что то получится
2022-10-19 09:59:21 +04:00
Up
(
1
)
,
Down
(
2
)
,
Left
(
3
)
,
Right
(
4
)
,
None
(
0
)
;
Direction
(
int
value
)
{
}
Лабораторная работа 1.
2022-09-20 19:33:04 +04:00
}
Reference in New Issue
Copy Permalink