// Automatically generated by BlenderSharp at 22/01/2025 02:21:57 namespace BlendFile.DNA { public struct FMod_Limits { public rctf rect; public int flag; public char[] _pad = new System.Char[4]; public FMod_Limits(rctf rect, int flag, char[] _pad) { this.rect = rect; this.flag = flag; this._pad = _pad; } } }