1st failed test

This commit is contained in:
devZoGok
2023-08-15 10:06:04 +03:00
parent c476e70444
commit 09ed7c34bc
3 changed files with 22 additions and 3 deletions
+11
View File
@@ -1 +1,12 @@
#include "luaFields.h"
namespace gameBase{
using namespace std;
string LuaTableField::toString(){
return "";
}
AbstractLuaField LuaTableField::operator[](string fieldName){
}
}