CloudWars.SpaceBattle.SpaceBattleGame.UpdatePlayer C# (CSharp) 메소드

UpdatePlayer() 개인적인 메소드

private UpdatePlayer ( object columns, object where ) : void
columns object
where object
리턴 void
        private void UpdatePlayer(object columns, object where)
        {
            CloudWarsData.UpdatePlayer(values: columns, where: where);
        }