Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
fix: restore example
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Jan 15, 2023
1 parent 95ebbee commit 5b53553
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions SuperNodes.Example/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ namespace SuperNodes.Example;

using Godot;

[SuperNode(nameof(MyPowerUp), "OtherGeneratorMethod")]
[SuperNode(nameof(MyPowerUp))]
public partial class MyNode : Node {
public override partial void _Notification(long what);

public void OnReady() { }

public void OnProcess(double _) { }

public void OnNotification(long what) { }

public void OtherGeneratorMethod(long _) { }
}

[PowerUp]
Expand Down

0 comments on commit 5b53553

Please sign in to comment.