Akashic Engine
    Preparing search index...

    Interface Player

    Playerの情報を表すインターフェース。

    interface Player {
        id?: string;
        name?: string;
        userData?: any;
    }
    Index

    Properties

    Properties

    id?: string
    name?: string
    userData?: any