Kleiner Anfang für Dialog system
This commit is contained in:
17
Assets/RPGTALK/Scripts/Editor/RPGTalkConfig.cs
Normal file
17
Assets/RPGTALK/Scripts/Editor/RPGTalkConfig.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
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;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user