Skip to content

Commit

Permalink
nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
andreakarasho committed Feb 26, 2024
1 parent 7828d56 commit cd1ebea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/World.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public World()
}

public event Action<EntityView>? OnEntityCreated, OnEntityDeleted;
public event Action<EntityView, EcsComponent> OnComponentSet, OnComponentUnset;
public event Action<EntityView, EcsComponent>? OnComponentSet, OnComponentUnset;
public static event Action<World>? OnPluginInitialization;


Expand Down

0 comments on commit cd1ebea

Please sign in to comment.