pre-5.5 (hopefully)

This commit is contained in:
Hezkezl
2021-04-13 06:32:47 -06:00
parent 3d1bd3c519
commit f99788fd25
13 changed files with 28 additions and 27 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
key,0,1,2,3,4
#,Name,Action,,,
int32,byte,Action,bit&01,bit&02,int32
#,Action{Type},Action,,,
int32,byte,Row,bit&01,bit&02,int32
0.0,0,0,True,True,0
1.0,2,2,True,True,0
1.1,2,27,True,True,0
1 key 0 1 2 3 4
2 # Name Action{Type} Action
3 int32 byte Action Row bit&01 bit&02 int32
4 0.0 0 0 True True 0
5 1.0 2 2 True True 0
6 1.1 2 27 True True 0