Files
Project64-Savestater/Project64Savestater/ControllerTypes.cs
2020-09-22 10:50:36 +02:00

15 lines
238 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PJ64Savestater
{
public enum ControllerTypes : byte
{
Keyboard,
DirectInput
}
}