Added stuff
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Fruitomation.Game.Items;
|
||||
using JetBrains.Annotations;
|
||||
using UnityEngine.Scripting;
|
||||
using Fruitomation.Global;
|
||||
using UnityEngine;
|
||||
using System.Linq;
|
||||
|
||||
namespace Fruitomation.Game
|
||||
{
|
||||
public class PresserBuilding : Building
|
||||
{
|
||||
[Header("Presser Specific Buildings")]
|
||||
[Header("Presser Specific")]
|
||||
[SerializeField] private Animator PresserAnimator;
|
||||
[SerializeField] private Collider2D TopCollider;
|
||||
[SerializeField] private Collider2D BottomCollider;
|
||||
|
||||
Reference in New Issue
Block a user