Browse Source

Minor fix for access level of peer data

nxrighthere 7 years ago
parent
commit
35446fd0bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Managed/ENet.cs

+ 1 - 1
Source/Managed/ENet.cs

@@ -553,7 +553,7 @@ namespace ENet {
 			}
 			}
 		}
 		}
 
 
-		internal IntPtr Data {
+		public IntPtr Data {
 			get {
 			get {
 				return Native.enet_peer_get_data(nativePeer);
 				return Native.enet_peer_get_data(nativePeer);
 			}
 			}