Skip to content

Commit bf19354

Browse files
committed
IEntity now has a Destroy method
1 parent c20d98c commit bf19354

File tree

1 file changed

+1
-0
lines changed
  • Engines/FlatRedBallXNA/FlatRedBall/Entities

1 file changed

+1
-0
lines changed

Engines/FlatRedBallXNA/FlatRedBall/Entities/IEntity.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ namespace FlatRedBall.Entities
77
public interface IEntity
88
{
99
void ActivityEditMode();
10+
void Destroy();
1011
}
1112
}

0 commit comments

Comments
 (0)