mirror of
https://github.com/devZoGok/gameBase.git
synced 2026-08-27 03:53:31 +00:00
13 lines
187 B
C++
13 lines
187 B
C++
#include "luaFields.h"
|
|
|
|
namespace gameBase{
|
|
using namespace std;
|
|
|
|
string LuaTableField::toString(){
|
|
return "";
|
|
}
|
|
|
|
AbstractLuaField LuaTableField::operator[](string fieldName){
|
|
}
|
|
}
|