Difficult-Rocket/libs/delivery.py

16 lines
327 B
Python
Raw Normal View History

2020-12-14 22:31:34 +08:00
"""
writen by shenjackyuanjie
mail: 3695888@qq.com
"""
2020-12-16 06:33:33 +08:00
2020-12-14 22:31:34 +08:00
class Delivery:
def __init__(self):
self.using = False
self.ship_info = {}
self.planet_system = {}
self.main_ship_parts = {}
self.this_planet_info = {}
self.back_ground_element = {}
self.back_ground_image = ""