Skip to content

Commit

Permalink
fixed C# templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Klemmbaustein committed Jul 12, 2024
1 parent f433df0 commit 8bb550d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,4 +339,4 @@
### Fixes
- Fixed some issues with point lights.
- Fixed issues with shadows.
- Fixed an issue with the default movement.
- Fixed an issue with the default movement.
2 changes: 1 addition & 1 deletion EditorContent/CodeTemplates/Class.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Engine;

public class $ : WorldObject
public class $ : SceneObject
{
public override void Begin()
{
Expand Down
2 changes: 1 addition & 1 deletion EditorContent/CodeTemplates/ClassNamespace.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Engine;
namespace @;

public class $ : WorldObject
public class $ : SceneObject
{
public override void Begin()
{
Expand Down

0 comments on commit 8bb550d

Please sign in to comment.