mirror of
https://github.com/devZoGok/gameBase.git
synced 2026-08-27 19:27:40 +00:00
1st failed test
This commit is contained in:
@@ -1 +1,12 @@
|
||||
#include "luaFields.h"
|
||||
|
||||
namespace gameBase{
|
||||
using namespace std;
|
||||
|
||||
string LuaTableField::toString(){
|
||||
return "";
|
||||
}
|
||||
|
||||
AbstractLuaField LuaTableField::operator[](string fieldName){
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user