remove editor namespace lol

This commit is contained in:
Cat Flynn 2021-03-23 15:09:19 +00:00
parent a83cad4a2a
commit 832449c01d
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
using System; using System;
using System.Collections; using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using UnityEditorInternal;
using UnityEngine; using UnityEngine;
public partial class ArrowWall : MonoBehaviour public class ArrowWall : MonoBehaviour
{ {
// delay between trap triggering and firing // delay between trap triggering and firing
[SerializeField] private float _delay = 1.0f; [SerializeField] private float _delay = 1.0f;