Fix float types, remove some errant table repositories [skip ci]

This commit is contained in:
Akkadius
2020-04-04 02:26:30 -05:00
parent 9e27ffacff
commit a824ddec44
27 changed files with 177 additions and 714 deletions
+3 -3
View File
@@ -31,9 +31,9 @@ public:
std::string zone;
std::string name;
std::string ui;
std::string x;
std::string y;
std::string z;
float x;
float y;
float z;
std::string type;
int8 flag;
std::string target;