Beispiel #1
0
        internal static void Init()
        {
            Core._hookInstance.PatchAll(typeof(Hooks));

            OnChangeCoordinateType += (_sender, _args) =>
            {
                Core.DebugLog($"[OnChangeCoordinateType][{_args.CoordinateType}]");
                CharaStudio.RefreshCharaStatePanel();
            };
        }
Beispiel #2
0
 public static ChaControl GetChaControl(this OCIChar _self) => CharaStudio.GetChaControl(_self);