diff options
| author | Ben Beltran <ben@nsovocal.com> | 2013-11-18 21:51:56 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2013-11-18 21:51:56 -0600 |
| commit | 74c155708d85abfc2cf227c08de4f27003015b3f (patch) | |
| tree | 2e7f6fdad12ae6509832b0e5ee497af7ed72e5e2 /Super Polarity/ActorFactory.cs | |
| parent | 38c7d3f9eb7d63937c6654ff5dd6046ce02dd59c (diff) | |
I have the worst commits ever.
Diffstat (limited to 'Super Polarity/ActorFactory.cs')
| -rw-r--r-- | Super Polarity/ActorFactory.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Super Polarity/ActorFactory.cs b/Super Polarity/ActorFactory.cs index 4ebbb4c..3a2dbab 100644 --- a/Super Polarity/ActorFactory.cs +++ b/Super Polarity/ActorFactory.cs @@ -10,7 +10,7 @@ namespace SuperPolarity { static class ActorFactory { - static internal Game Game; + static internal SuperPolarity Game; static public MainShip CreateMainShip(Vector2 position) { @@ -48,7 +48,7 @@ namespace SuperPolarity return ship; } - internal static void SetGame(Game game) + internal static void SetGame(SuperPolarity game) { ActorFactory.Game = game; } |