Falco Engine 3.9.0.1 (beta)
Object.cs
Go to the documentation of this file.
1using System;
2
3namespace FalcoEngine
4{
5 public class Object
6 {
7 private IntPtr object_ptr = (IntPtr)0;
8
9 internal Object()
10 {
11
12 }
13 }
14}