示例#1
0
文件: Array.cs 项目: Burnsedia/Work
 protected override bool ReleaseHandle()
 {
     Array.godot_icall_Array_Dtor(handle);
     return(true);
 }