Propagating customized sprites all over the game
This commit is contained in:
@@ -3,6 +3,6 @@ import {PointInterface} from "../../Connection";
|
||||
export interface AddPlayerInterface {
|
||||
userId: string;
|
||||
name: string;
|
||||
character: string;
|
||||
characterLayers: string[];
|
||||
position: PointInterface;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user