8 lines
144 B
C#
8 lines
144 B
C#
namespace SideScrollerGame.Content.Definitions;
|
|
|
|
public enum ClusterEscapeRule
|
|
{
|
|
PreventReward,
|
|
AllowReward,
|
|
RespawnUntilDestroyed
|
|
} |