mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-06 13:47:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
namespace RBX
|
||||
{
|
||||
|
||||
typedef enum CharacterActionType
|
||||
{ NO_CHARACTER_ACTION = 0,
|
||||
REMOTE_CHARACTER_ACTION,
|
||||
STEER_CHARACTER_ACTION } CharacterActionType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user