Добавил перечисление направлений
This commit is contained in:
parent
54d07750d2
commit
2a59f02cef
@ -0,0 +1,9 @@
|
||||
namespace ProjectGasolineTanker;
|
||||
|
||||
public enum DirectonType
|
||||
{
|
||||
Up,
|
||||
Down,
|
||||
Left,
|
||||
Right,
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user