Files
BH3/Assets/Scripts/Assembly-CSharp/MoleMole/Config/ConfigMonsterAnimEvent.cs
2025-08-13 09:26:42 +08:00

14 lines
263 B
C#

using FullInspector;
namespace MoleMole.Config
{
public class ConfigMonsterAnimEvent : ConfigEntityAnimEvent
{
[InspectorNullable]
public ConfigMonsterAttackHint AttackHint;
[InspectorNullable]
public ConfigEntityPhysicsProperty PhysicsProperty;
}
}