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

10 lines
154 B
C#

namespace MoleMole.Config
{
public enum BulletClearBehavior
{
DoNothing = 0,
ClearAndKillOnRemoval = 1,
ClearAndKillAndPlayExplodeEffect = 2
}
}