Untitled
unknown
plain_text
4 years ago
424 B
11
Indexable
private const string joystick1 = "joystick 1 button ";
private const int CROSS = 0;
private const int CIRCLE = 1;
private const int SQUARE = 2;
private const int TRIANGLE = 3;
private const int SELECT = 6;
private const int START = 7;
private const int UP = 8;
private const int RIGHT = 9;
private const int DOWN = 10;
private const int LEFT = 11;
public string Stick;Editor is loading...