コード例 #1
0
ファイル: Chara.cs プロジェクト: jalil49/KK_AccStateSync
        internal static void Init()
        {
            Core._hookInstance.PatchAll(typeof(Hooks));

            OnChangeCoordinateType += (_sender, _args) =>
            {
                Core.DebugLog($"[OnChangeCoordinateType][{_args.CoordinateType}]");
                CharaStudio.RefreshCharaStatePanel();
            };
        }
コード例 #2
0
ファイル: Studio.cs プロジェクト: jalil49/KK_AccStateSync
 public static ChaControl GetChaControl(this OCIChar _self) => CharaStudio.GetChaControl(_self);