Files
forellenforderung3/Assets/RPGTALK/Scripts/Editor/RPGTalkConfig.cs
Luca Wey c7940aa8ea Revert "Musik Anderswelt & Effekte"
This reverts commit 574b404c2d
2023-06-07 11:42:40 +02:00

17 lines
274 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace RPGTALK.Helper
{
public class RPGTalkConfig : ScriptableObject
{
public Sprite logo;
public bool alreadyConfigured;
public bool usingTMP;
}
}