Description:
Add missing component.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r324:fbe22a9e2b6c -

@@ -0,0 +1,12
1
2
3 using Microsoft.Xna.Framework;
4
5 using Encompass;
6
7 namespace isometricparkfna.Components {
8
9 public struct GameStateComponent : IComponent {
10 public bool isPlaying;
11 }
12 }
You need to be logged in to leave comments. Login now