Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andoowhy committed May 1, 2016
1 parent ec8ce43 commit 35d14d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public class ExampleSystem : EgoSystem<Rigidbody>
public override void Update()
{
var e = new ExampleEvent( 42 );
EgoEvents<UpdateEvent>.AddEvent( e );
EgoEvents<ExampleEvent>.AddEvent( e );
}

void Handle( ExampleEvent e )
Expand Down

0 comments on commit 35d14d0

Please sign in to comment.