Files
FueraDeEscala/Assets/Game Kit Controller/Integrations/Makinom_ORK/Scripts/GKC_ORKTransferMode.cs
Robii Aragon fd87a6ffd5 add ckg
plantilla base para movimiento básico
2026-02-05 05:07:55 -08:00

13 lines
179 B
C#

#if GAME_KIT_CONTROLLER_USE_ORK
namespace GameKitController.Integrations.ORKFramework
{
public enum GKC_ORKTransferMode
{
None,
OrkToGkc,
GkcToOrk,
Both,
}
}
#endif