修改动画回调事件

This commit is contained in:
2026-03-11 09:06:24 +08:00
parent 1f1c603489
commit 40b142235e
9 changed files with 145 additions and 96 deletions

View File

@@ -12,4 +12,9 @@
public PlayerItem Item;
public PlayerItem PrevItem;
}
public struct PlayerItemRodLingChangeEvent
{
public PlayerItem Item;
}
}