add ckg
plantilla base para movimiento básico
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#if GAME_KIT_CONTROLLER_USE_ORK
|
||||
namespace GameKitController.Integrations.ORKFramework
|
||||
{
|
||||
public enum GKC_ORKTransferMode
|
||||
{
|
||||
None,
|
||||
OrkToGkc,
|
||||
GkcToOrk,
|
||||
Both,
|
||||
}
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user