mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-12 19:17:26 +08:00
Update to v2.8.5
This commit is contained in:
7
latest version/core/item.py
Normal file
7
latest version/core/item.py
Normal file
@@ -0,0 +1,7 @@
|
||||
class Item:
|
||||
item_id = None
|
||||
item_type = None
|
||||
is_available = None
|
||||
|
||||
def __init__(self) -> None:
|
||||
pass
|
||||
Reference in New Issue
Block a user