This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
midas
/
bubble-socket-core
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
main
Gałęzie
Tagi
main
bubble-socke...
/
Input
/
InputList.cs
InputList.cs
105 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
6
7
8
9
10
namespace BubbleSocketCore.Input
{
enum InputList
{
UP = 1,
DOWN = 2,
LEFT = 3,
RIGHT = 4,
}
}