13 lines
179 B
C#
13 lines
179 B
C#
#if GAME_KIT_CONTROLLER_USE_ORK
|
|
namespace GameKitController.Integrations.ORKFramework
|
|
{
|
|
public enum GKC_ORKTransferMode
|
|
{
|
|
None,
|
|
OrkToGkc,
|
|
GkcToOrk,
|
|
Both,
|
|
}
|
|
}
|
|
#endif
|