update 略微更新
This commit is contained in:
12
CU/Catch.py
12
CU/Catch.py
@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user