Migrating userId to "int32" to save some space and adding userMoves message in protobuf
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {PointInterface} from "../../Connection";
|
||||
|
||||
export interface AddPlayerInterface {
|
||||
userId: string;
|
||||
userId: number;
|
||||
name: string;
|
||||
characterLayers: string[];
|
||||
position: PointInterface;
|
||||
|
||||
Reference in New Issue
Block a user