Beispiel #1
0
    public virtual ICraftDefManager getCraftDefManager()
    {
        global::System.IntPtr cPtr = mcworld_client_corePINVOKE.IGameDef_getCraftDefManager(swigCPtr);
        ICraftDefManager      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ICraftDefManager(cPtr, false);

        return(ret);
    }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ICraftDefManager obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }