Browse Source

KeyCharacter is now a struct

Jean-David Moisan 6 years ago
parent
commit
02098c1c6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/KeyCharacter.cs

+ 1 - 1
Source/KeyCharacter.cs

@@ -4,7 +4,7 @@ namespace Apos.Input {
     /// <summary>
     /// Stores a key with the character it produces.
     /// </summary>
-    public class KeyCharacter {
+    public struct KeyCharacter {
 
         // Group: Constructors