Skip to content

Commit

Permalink
chore: removed comment in NEX Title type def
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbarrow committed Feb 8, 2025
1 parent 35a2ee2 commit 4f0830e
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions src/types/nex/serialized-connection.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
import type RMCMessage from '@/nex/rmc-message';
import type NEXByteStreamSettings from '@/types/nex/byte-stream-settings';
import type ServiceProtocol from '@/types/nex/service-protocol';
/*
export type Title = {
name: string;
game_server_id: string;
access_key: string;
library_versions: {
main: string;
ranking: string;
datastore: string;
match_making: string;
messaging: string;
utility: string;
};
settings: NEXByteStreamSettings;
title_ids: string[];
};
*/

export interface Title {
name: string;
gameServerID: string;
Expand Down

0 comments on commit 4f0830e

Please sign in to comment.