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

public class FastColliderBase : MonoBehaviour
{

}