Skip to content

Commit

Permalink
fix: remove invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Nov 30, 2024
1 parent 0891ece commit 1546453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lc-hax/Scripts/Modules/Possession/Possession.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Possession() {
internal EnemyAI? Enemy { get => field.Unfake(); private set; } = null;
internal EnemyAI? Enemy { get; private set; } = null;

internal bool IsPossessed => this.Enemy is not null;

Expand Down

0 comments on commit 1546453

Please # to comment.