Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
RedpointGames
A Momentary Meeting
Commits
3a41c6d8
Commit
3a41c6d8
authored
Jan 31, 2021
by
Max Kearney
Browse files
added behind direction alias
parent
17894466
Changes
1
Hide whitespace changes
Inline
Side-by-side
MomentaryMeeting/Game/CommandParser.cs
View file @
3a41c6d8
...
...
@@ -42,6 +42,7 @@ namespace MomentaryMeeting.Game
{
"backwards"
,
UserModel
.
RelativeDirection
.
Back
},
{
"backward"
,
UserModel
.
RelativeDirection
.
Back
},
{
"back"
,
UserModel
.
RelativeDirection
.
Back
},
{
"behind"
,
UserModel
.
RelativeDirection
.
Back
},
{
"left"
,
UserModel
.
RelativeDirection
.
Left
},
{
"right"
,
UserModel
.
RelativeDirection
.
Right
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment