Newer
Older
Dreamsturbia-Project-IADE-Unity3D / Assets / Scripts / MeleeValues.cs
@Rackday Rackday on 21 Aug 156 bytes Project Added
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class MeleeValues : MonoBehaviour
{
    public float currentTimer;
}