Untitled
Anonymous
plain_text
08/26/2021 6:56 AM
568 B
23
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...