Include all CSV's in Repo for diffing

This commit is contained in:
Josh Freeman
2017-12-13 11:08:14 +00:00
parent 8d43eb91df
commit 016520e5fd
4159 changed files with 642090 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
key,0,1,2,3,4
#,,,,,
int32,uint16,str,int32,byte,bit&01
0,0,"",0,0,False
1,0,"Engage",791,2,False
2,0,"Disengage",792,3,False
3,0,"Re-engage",793,5,True
4,0,"Execute Limit Break",794,4,False
5,0,"Display Order Hotbar",795,1,False
6,0,"",0,0,False
1 key 0 1 2 3 4
2 #
3 int32 uint16 str int32 byte bit&01
4 0 0 0 0 False
5 1 0 Engage 791 2 False
6 2 0 Disengage 792 3 False
7 3 0 Re-engage 793 5 True
8 4 0 Execute Limit Break 794 4 False
9 5 0 Display Order Hotbar 795 1 False
10 6 0 0 0 False