예제 #1
0
 public GObjectHandle(GObjectHandle handle)
 {
     index = handle.index;
 }
예제 #2
0
 public static void Release(GObjectHandle handle)
 {
     Release(handle.Link);
 }