MVH/Scripts/Enums/ButtonType.cs

12 lines
133 B
C#
Raw Permalink Normal View History

2024-06-07 00:47:07 +02:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public enum ButtonType
{
UP,
DOWN,
LEFT,
RIGHT
}