From 562c2fb3e067d908a32d9514dc7ec187c71ff2eb Mon Sep 17 00:00:00 2001 From: jianmingyong Date: Fri, 23 Sep 2016 13:52:23 +0800 Subject: [PATCH] Fix typo in EmptySealMap.vb --- .../Pokemon/Items/KeyItems/EmptySeaMap.vb | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/2.5DHero/2.5DHero/Pokemon/Items/KeyItems/EmptySeaMap.vb b/2.5DHero/2.5DHero/Pokemon/Items/KeyItems/EmptySeaMap.vb index 56bc3f281..e50da4f3f 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/KeyItems/EmptySeaMap.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/KeyItems/EmptySeaMap.vb @@ -1,16 +1,16 @@ -+Namespace Items.KeyItems - + - + - + Public Class EmptySeaMap - + - + Inherits KeyItem - + - + Public Overrides ReadOnly Property Description As String = "A sea chart on an odd blue parchment showing a point in the open ocean." - + - + Public Sub New() - + _textureRectangle = New Rectangle(192, 264, 24, 24) - + End Sub - + - + End Class - + - +End Namespace \ No newline at end of file +Namespace Items.KeyItems + + + Public Class EmptySeaMap + + Inherits KeyItem + + Public Overrides ReadOnly Property Description As String = "A sea chart on an odd blue parchment showing a point in the open ocean." + + Public Sub New() + _textureRectangle = New Rectangle(192, 264, 24, 24) + End Sub + + End Class + +End Namespace \ No newline at end of file