trash tool

This commit is contained in:
klemek
2020-12-16 15:45:44 +01:00
parent 78fe021014
commit a7c2f5bc4f
40 changed files with 662 additions and 34 deletions
+31
View File
@@ -0,0 +1,31 @@
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 Unity Methods
// #endregion
// #region Public Methods
// #endregion
// #region Private Methods
// #endregion
//}
}