haxe/src/cs/Boot.cs
// Generated by Haxe 4.3.7

#pragma warning disable 109, 114, 219, 429, 168, 162
namespace cs {
	public class Boot : global::haxe.lang.HxObject {
		
		public Boot(global::haxe.lang.EmptyObject empty) {
		}
		
		
		public Boot() {
			global::cs.Boot.__hx_ctor_cs_Boot(this);
		}
		
		
		protected static void __hx_ctor_cs_Boot(global::cs.Boot __hx_this) {
		}
		
		
		public static void init() {
			global::cs.Lib.applyCultureChanges();
		}
		
		
	}
}