diff options
author | chai <chaifix@163.com> | 2022-04-13 10:06:42 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-04-13 10:06:42 +0800 |
commit | 80e87737465489191228c45945f4d0adbb2151d1 (patch) | |
tree | 9907361728f95954d98a3aac10b8278e49c5c321 /AlienSurvival/Assets/Test/Scripts/TestSortingByDepth.cs | |
parent | f593891db65ac0faf775cd6b393460c6c917cd33 (diff) |
*test
Diffstat (limited to 'AlienSurvival/Assets/Test/Scripts/TestSortingByDepth.cs')
-rw-r--r-- | AlienSurvival/Assets/Test/Scripts/TestSortingByDepth.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/AlienSurvival/Assets/Test/Scripts/TestSortingByDepth.cs b/AlienSurvival/Assets/Test/Scripts/TestSortingByDepth.cs new file mode 100644 index 0000000..6e346ec --- /dev/null +++ b/AlienSurvival/Assets/Test/Scripts/TestSortingByDepth.cs @@ -0,0 +1,9 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class TestSortingByDepth : MonoBehaviour +{ + + +}
\ No newline at end of file |