namespace ET { public static partial class EntitySerializeRegister { static partial void Register(); public static void Init() { Register(); } } }