This website requires JavaScript.
Explore
Help
Sign In
s464943
/
SI_InteligentnyWozekWidlowy
Watch
4
Star
0
Fork
0
You've already forked SI_InteligentnyWozekWidlowy
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
952123366f
SI_InteligentnyWozekWidlowy
/
data
/
ItemType.py
8 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
data representation update
2022-03-24 20:43:53 +01:00
from
enum
import
Enum
agents structure improvements
2022-04-16 14:55:25 +02:00
class
ItemType
(
Enum
)
:
data representation update
2022-03-24 20:43:53 +01:00
PIZZA
=
1
PASTA
=
2
:)))
2022-03-25 09:48:42 +01:00
EGG
=
3
UNKNOWN
=
4
Reference in New Issue
Copy Permalink