Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

BUG #3

@Steesha

Description

@Steesha

in demo 'Main.cpp'
PlayerChatEvent chat1(*this, player1, "Hello I am Player 1!");
should change to:
const string msg = "Hello I am Player 1!";
PlayerChatEvent chat1(*this, player1, msg);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions