AcManager.Tools.SemiGui.ReplayHelper.Play C# (CSharp) 메소드

Play() 공개 메소드

public Play ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task
        public Task Play() {
            return GameWrapper.StartReplayAsync(new Game.StartProperties(new Game.ReplayProperties {
                Filename = Filename
            }));
        }