This website works better with JavaScript
Home
Explore
Help
Sign In
bux
/
synergine2
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
121
Commits
1
Branches
Tree:
4c7452a8de
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '4c7452a8de'
${ noResults }
synergine2
/
synergine2_cocos2d
/
user_action.py
user_action.py
94B
History
Raw
1
2
3
4
5
6
7
# coding: utf-8
from enum import Enum
class UserAction(Enum):
ORDER_MOVE = 'ORDER_MOVE'