Skip to content

Comments

Start of ECS game engine#523

Open
vck3000 wants to merge 1 commit intomasterfrom
ECS
Open

Start of ECS game engine#523
vck3000 wants to merge 1 commit intomasterfrom
ECS

Conversation

@vck3000
Copy link
Owner

@vck3000 vck3000 commented Apr 23, 2023

No description provided.

@@ -0,0 +1,7 @@
import { GameData } from '../gameEngine';

export type SendData = (data: { username: string; data: any }[]) => void;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should probably name this better.


export class GameData {
players: Player[];
state: IState;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should really be phase and IPhase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant