Skip to content

Commit

Permalink
dox
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Mar 8, 2024
1 parent fae2e57 commit ba0d2e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flixel/group/FlxContainer.hx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import flixel.group.FlxGroup;
/**
* An alias for `FlxTypedContainer<FlxBasic>`, meaning any flixel object or basic can be added to a
* `FlxContainer`, even another `FlxContainer`.
* @since 5.7.0
*/
typedef FlxContainer = FlxTypedContainer<FlxBasic>;

Expand Down

0 comments on commit ba0d2e1

Please sign in to comment.