ArmedCards.BusinessLogic.AppServices.GamePlayer.Update.Update C# (CSharp) 메소드

Update() 공개 메소드

public Update ( ArmedCards.BusinessLogic.DomainServices.GamePlayer update ) : System
update ArmedCards.BusinessLogic.DomainServices.GamePlayer
리턴 System
        public Update(DS.Base.IUpdate update)
        {
            this._update = update;
        }