This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
midas
/
bubble-socket-core
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
main
Rami (Branch)
Tag
main
bubble-socke...
/
Input
/
InputList.cs
InputList.cs
105 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
namespace BubbleSocketCore.Input
{
enum InputList
{
UP = 1,
DOWN = 2,
LEFT = 3,
RIGHT = 4,
}
}