internal static void Init() { Core._hookInstance.PatchAll(typeof(Hooks)); OnChangeCoordinateType += (_sender, _args) => { Core.DebugLog($"[OnChangeCoordinateType][{_args.CoordinateType}]"); CharaStudio.RefreshCharaStatePanel(); }; }
public static ChaControl GetChaControl(this OCIChar _self) => CharaStudio.GetChaControl(_self);