StyleGuide Fix

This commit is contained in:
PlatinumSkink
2015-09-15 18:48:26 +02:00
parent 990f31d120
commit 5ee5400a28
8 changed files with 128 additions and 134 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ namespace Events
struct ScoreEvent : Event
{
int score = 0;
int Score = 0;
};
}