예제 #1
0
파일: GLua.cs 프로젝트: cramt/gm_dotnet
 public void ArgError(int iArgNum, string strMessage)
 {
     LuaBase.ArgError(iArgNum, strMessage);
 }