9 lines
132 B
C#
9 lines
132 B
C#
namespace Steamworks
|
|
{
|
|
public enum ESteamControllerPad
|
|
{
|
|
k_ESteamControllerPad_Left = 0,
|
|
k_ESteamControllerPad_Right = 1
|
|
}
|
|
}
|