36 lines
570 B
C#
Executable File
36 lines
570 B
C#
Executable File
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using UnityEngine;
|
|
|
|
namespace UntitledLogicGame
|
|
{
|
|
//public class TODO : MonoBehaviour
|
|
//{
|
|
// #region Unity Properties
|
|
|
|
// #endregion
|
|
|
|
// #region Public Properties
|
|
|
|
// #endregion
|
|
|
|
// #region Private Properties
|
|
|
|
// #endregion
|
|
|
|
// #region Unity Methods
|
|
|
|
// #endregion
|
|
|
|
// #region Public Methods
|
|
|
|
// #endregion
|
|
|
|
// #region Private Methods
|
|
|
|
// #endregion
|
|
//}
|
|
|
|
}
|