using System.Collections.Generic;
using System.ComponentModel;
using Godot;
using Godot.Bridge;
using Godot.NativeInterop;

[GlobalClass]
[ScriptPath("res://Scripts/Resources/TalkTopics.cs")]
public partial class TalkTopics : Resource
{
	[Export(PropertyHint.None, "")]
	public SaveFile.Flags replaceFlag = SaveFile.Flags.None;

	[Export(PropertyHint.None, "")]
	public int replaceWithOnFlag;

	}