summaryrefslogtreecommitdiff
path: root/SurvivalTest/Assets/Scripts/Physics/ShapeBase.cs
blob: a0eba252524a7b9d7dbbf238586f6dec1cd04a5d (plain)
1
2
3
4
5
6
7
8
9
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class ShapeBase : MonoBehaviour
{


}