// ReSharper disable once CheckNamespace
namespace GodotStateCharts
{
using System;
using Godot;
///
/// C# wrapper for the SerializedStateChart Godot resource.
///
public class SerializedStateChart : ResourceWrapper
{
private SerializedStateChart(Resource wrapped) : base(wrapped) { }
public static SerializedStateChart Of(Resource resource)
{
if (resource.GetScript().As