added forge addon
This commit is contained in:
14
addons/forge/core/ForgeBootstrap.cs
Normal file
14
addons/forge/core/ForgeBootstrap.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
// Copyright © Gamesmiths Guild.
|
||||
|
||||
using Godot;
|
||||
|
||||
namespace Gamesmiths.Forge.Godot.Core;
|
||||
|
||||
public partial class ForgeBootstrap : Node
|
||||
{
|
||||
public override void _Ready()
|
||||
{
|
||||
ForgeData pluginData = ResourceLoader.Load<ForgeData>("uid://8j4xg16o3qnl");
|
||||
_ = new ForgeManagers(pluginData);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user