Skip to content

Commit

Permalink
[Add] Add and Implement IGameController Interface
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungHuLee committed Nov 28, 2019
1 parent b95f40b commit 2966f38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MissileCommander/Assets/_Scripts/IGameController.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
namespace MissileCommander
{
public interface IGameController
{
bool FireButtonPressed();
}
}
3 changes: 3 additions & 0 deletions MissileCommander/Assets/_Scripts/IGameController.cs.meta

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

0 comments on commit 2966f38

Please sign in to comment.