From 65ed53a40f990e895305ff17a5e48e3cd6b8785b Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 24 Oct 2020 17:30:07 +0800 Subject: =?UTF-8?q?*=E7=89=A9=E7=90=86=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Art/Vfx/GrabSquaresEffect/Scripts/Point.cs | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Assets/Art/Vfx/GrabSquaresEffect/Scripts/Point.cs (limited to 'Assets/Art/Vfx/GrabSquaresEffect/Scripts/Point.cs') diff --git a/Assets/Art/Vfx/GrabSquaresEffect/Scripts/Point.cs b/Assets/Art/Vfx/GrabSquaresEffect/Scripts/Point.cs deleted file mode 100644 index b3932cc6..00000000 --- a/Assets/Art/Vfx/GrabSquaresEffect/Scripts/Point.cs +++ /dev/null @@ -1,21 +0,0 @@ -using UnityEngine; - -namespace Assets.MoveableLineRenderer.Scripts -{ - internal sealed class Point - { - public Vector3 Position; - private readonly float _timeCreated; - - public Point(Vector3 position) - { - Position = position; - _timeCreated = Time.time; - } - - public float TimeAlive - { - get { return Time.time - _timeCreated; } - } - } -} \ No newline at end of file -- cgit v1.1-26-g67d0