diff options
author | chai <215380520@qq.com> | 2023-06-27 18:43:09 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2023-06-27 18:43:09 +0800 |
commit | 411470e66bcfd9631c7b6f82b0a00e5e1e1b0004 (patch) | |
tree | 9a3d3b453702834eb4ad6a4b7eabb6a7b5422880 /WorldlineKeepers/Assets/Scripts/Physics/FastColliderBase.cs | |
parent | 3d1e930feed19641f0f386463f4de33385f24c51 (diff) |
+ stage serialize
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Physics/FastColliderBase.cs')
-rw-r--r-- | WorldlineKeepers/Assets/Scripts/Physics/FastColliderBase.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/WorldlineKeepers/Assets/Scripts/Physics/FastColliderBase.cs b/WorldlineKeepers/Assets/Scripts/Physics/FastColliderBase.cs new file mode 100644 index 0000000..a577b53 --- /dev/null +++ b/WorldlineKeepers/Assets/Scripts/Physics/FastColliderBase.cs @@ -0,0 +1,8 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class FastColliderBase : MonoBehaviour +{ + +} |