9 lines
161 B
C#
9 lines
161 B
C#
namespace Steamworks
|
|
{
|
|
public enum ESteamControllerLEDFlag
|
|
{
|
|
k_ESteamControllerLEDFlag_SetColor = 0,
|
|
k_ESteamControllerLEDFlag_RestoreUserDefault = 1
|
|
}
|
|
}
|