Skip to content

Instantly share code, notes, and snippets.

@firebelley
Last active May 12, 2020 00:05
Show Gist options
  • Save firebelley/ea4691ab38262338c0e066aeb96170a5 to your computer and use it in GitHub Desktop.
Save firebelley/ea4691ab38262338c0e066aeb96170a5 to your computer and use it in GitHub Desktop.
Godot custom C# script template
using Godot;
namespace Game
{
public class %CLASS% : %BASE%
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment