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