Pre initialize removal
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
namespace Gravity.Kernel;
|
||||
namespace Awperative;
|
||||
|
||||
public sealed record BehaviorCreateEvent
|
||||
{
|
||||
public readonly Behavior behavior;
|
||||
public readonly Scene scene;
|
||||
|
||||
|
||||
internal BehaviorCreateEvent() {}
|
||||
|
||||
internal BehaviorCreateEvent(Behavior __behavior, Scene __scene)
|
||||
|
||||
Reference in New Issue
Block a user