Difficult-Rocket/mods/dr_game/render.py

10 lines
179 B
Python
Raw Normal View History

2024-11-05 23:53:53 +08:00
"""
温馨提示: 这里都是用来让 rust 接管的, 所以不用想别的了
"""
from .Difficult_Rocket_rs import render_hack
def render_hack_init(x, y):
render_hack()