コード例 #1
0
 public void SetLobbyPlayerSetup(LobbyPlayerSetup _lobbyPlayerSetup)
 {
     lobbyPlayerSetup = _lobbyPlayerSetup;
 }
コード例 #2
0
    /* -------------------------------------------------------------------------------------------------------- */
    /*
     * UNITY STUFF
     */
    /* -------------------------------------------------------------------------------------------------------- */
    void Awake()
    {
        Script = this;

        window = new Rect(marginX, marginY, width, windowHeight);
    }