Add core content definitions
This commit is contained in:
8
godot/scripts/content/definitions/ClusterEscapeRule.cs
Normal file
8
godot/scripts/content/definitions/ClusterEscapeRule.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace SideScrollerGame.Content.Definitions;
|
||||
|
||||
public enum ClusterEscapeRule
|
||||
{
|
||||
PreventReward,
|
||||
AllowReward,
|
||||
RespawnUntilDestroyed
|
||||
}
|
||||
Reference in New Issue
Block a user