Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alboneon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Claesson
Alboneon
Commits
b6660a45
Commit
b6660a45
authored
2 years ago
by
Martin Claesson
Browse files
Options
Downloads
Patches
Plain Diff
chore(library): Re-Order command types
parent
716a1ed8
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!34
fix(client): #41 Fix ValueComponent only showing total
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/library/websocket/index.ts
+1
-2
1 addition, 2 deletions
packages/library/websocket/index.ts
with
1 addition
and
2 deletions
packages/library/websocket/index.ts
+
1
−
2
View file @
b6660a45
...
...
@@ -196,14 +196,13 @@ export namespace WS {
ADD_QUEST
,
REMOVE_QUEST
,
UPDATE_QUEST
,
ADD_NPC
,
REMOVE_NPC
,
UPDATE_NPC
,
ADD_INVENTORY
,
REMOVE_INVENTORY
,
UPDATE_INVENTORY
,
ADD_JOURNAL_ENTRY
,
REMOVE_JOURNAL_ENTRY
,
UPDATE_JOURNAL_ENTRY
,
UPDATE_COINAGE
,
UPDATE_SETTINGS
,
FETCH_PARTY
,
TRANSFER
,
ADD_JOURNAL_ENTRY
,
REMOVE_JOURNAL_ENTRY
,
UPDATE_JOURNAL_ENTRY
,
ERROR
,
UPDATE_PARTY
,
}
export
class
Transfer
<
T
>
extends
WebsocketCommandInterface
<
T
>
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment