About to remove events
This commit is contained in:
@@ -5,8 +5,6 @@ namespace Awperative;
|
||||
|
||||
public sealed partial class Body
|
||||
{
|
||||
//todo: add component events to scene in v5
|
||||
|
||||
public event EventHandler<ComponentCreateEvent> ComponentCreatedEvent;
|
||||
public event EventHandler<ComponentDestroyEvent> ComponentDestroyedEvent;
|
||||
}
|
||||
Reference in New Issue
Block a user