10 lines
208 B
C#
10 lines
208 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
namespace BITKit
|
|
{
|
|
public class BITSettingsSO : ScriptableObject
|
|
{
|
|
public BITApp.AppSettings appSettings;
|
|
}
|
|
} |