Selaa lähdekoodia

KeyCharacter is now a struct

Jean-David Moisan 6 vuotta sitten
vanhempi
commit
02098c1c6b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Source/KeyCharacter.cs

+ 1 - 1
Source/KeyCharacter.cs

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