Skip to content

Commit

Permalink
Added basic code examples solution in Examples folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
EllieTellie committed Jul 29, 2022
1 parent fdad8ce commit a6b8f44
Show file tree
Hide file tree
Showing 7 changed files with 830 additions and 18 deletions.
279 changes: 276 additions & 3 deletions CompanionFramework/CompanionData/CompanionData.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,5 @@ public interface IUpdateProcess
/// Aborts the process.
/// </summary>
void Abort();

/// <summary>
/// The update state this process handles.
/// </summary>
/// <returns>update state</returns>
UpdateState GetState();
}
}
Loading

0 comments on commit a6b8f44

Please sign in to comment.