public UserData()

in Assets/Scripts/GamePlayModel.cs [52:58]


        public UserData()
        {
            this.UserName = "";
            this.UserPlayScore = 0;
            this.UserRuby = 0;
            this.LastPlayTime = "";
        }