Tao.Lua.Lua.lua_asset C# (CSharp) Method

lua_asset() public static method

public static lua_asset ( object x ) : int
x object
return int
        public static int lua_asset(object x)
        {
            return 0;
        }
Lua