1
This commit is contained in:
13
Unity/Scripts/BITFramework.cs
Normal file
13
Unity/Scripts/BITFramework.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace BITKit
|
||||
{
|
||||
[CreateOnStart(BITAppForUnity.Path.Services,nameof(BITFramework))]
|
||||
public class BITFramework : MonoBehaviour
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user