コード例 #1
0
ファイル: TypeTraits.cs プロジェクト: lwx1010/2D_XProject
 static void PushValue(IntPtr L, T o)
 {
     ToLua.PushStruct(L, o);
 }