﻿// Author: Daniele Giardini - http://www.demigiant.com
// Created: 2021/08/09

using System;
using UnityEngine;

/// <summary>
/// Just used to get the platform via GetComponent
/// </summary>
public class AutoJumpPlatform : MonoBehaviour {}
