diff options
Diffstat (limited to 'wat/db.go')
-rw-r--r-- | wat/db.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ const ( Action_Mine ActionType = 1 Action_Rest ActionType = 2 Action_Lift ActionType = 3 + Action_Riot ActionType = 4 ) type ActionType int |