Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

実装 #92

Open
github-actions bot opened this issue Jul 15, 2020 · 0 comments
Open

実装 #92

github-actions bot opened this issue Jul 15, 2020 · 0 comments
Labels

Comments

@github-actions
Copy link

実装

using System.Diagnostics;
using System.IO;

namespace BlazeSnes.Core.Common {
    /// <summary>
    /// Snapshot保存、復元可能な機能を実装します
    /// </summary>
    public interface IRecoverable {
        // TODO: 実装
    }
}
 No newline at end of file
ew file mode 100644
ndex 0000000..90cccf7
++ b/BlazeSnes.Core/Common/IResetable.cs

c7df63bb63635accb9ec418bb7843b7b9c15ee45

@github-actions github-actions bot added the todo label Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants