Skip to content

Commit

Permalink
fix(zscript): 'hero' and 'link' script types not compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyV99 committed May 3, 2024
1 parent d7555bf commit 4ce3a21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/include/bindings/player.zh
Original file line number Diff line number Diff line change
Expand Up @@ -1047,3 +1047,5 @@ class player {
internal const player Hero;
internal const player Link; // @deprecated Use Hero->
internal const player Player; // @deprecated Use Hero->
script typedef player link;
script typedef player hero;

0 comments on commit 4ce3a21

Please sign in to comment.