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
+7
View File
@@ -0,0 +1,7 @@
key,0,1,2,3,4,5,6,7,8,9
#,Name,,,,,,,,,
int32,str,sbyte,str,sbyte,sbyte,sbyte,sbyte,sbyte,str,sbyte
0,"None",0,"",0,0,0,0,0,"",127
1,"Maelstrom",0,"",0,0,0,0,0,"",8
2,"Order of the Twin Adder",0,"",0,0,0,0,0,"",9
3,"Immortal Flames",0,"",0,0,0,0,0,"",10
1 key 0 1 2 3 4 5 6 7 8 9
2 # Name
3 int32 str sbyte str sbyte sbyte sbyte sbyte sbyte str sbyte
4 0 None 0 0 0 0 0 0 127
5 1 Maelstrom 0 0 0 0 0 0 8
6 2 Order of the Twin Adder 0 0 0 0 0 0 9
7 3 Immortal Flames 0 0 0 0 0 0 10