Newer
Older
Dreamsturbia-Project-IADE-Unity3D / Assets / Scripts / MeleeValues.cs
@Rackday Rackday on 21 Aug 156 bytes Project Added
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. public class MeleeValues : MonoBehaviour
  5. {
  6. public float currentTimer;
  7. }