update 略微更新

This commit is contained in:
FrankCV2048
2024-12-11 22:21:33 +08:00
parent c81ccecc7d
commit ec57c6d543
7 changed files with 464 additions and 447 deletions

View File

@ -1,8 +1,18 @@
class catch_jaw:
from enum import Enum
class CatchStatus(Enum):
CNone = 0
CTake = 1
CPress = 2
CShake = 3
class catch:
def __init__(self, x, y, width, height, angle, color):
pass
def run(self):
pass