We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20d98c commit bf19354Copy full SHA for bf19354
Engines/FlatRedBallXNA/FlatRedBall/Entities/IEntity.cs
@@ -7,5 +7,6 @@ namespace FlatRedBall.Entities
7
public interface IEntity
8
{
9
void ActivityEditMode();
10
+ void Destroy();
11
}
12
0 commit comments