Skip to content

Commit 6753e5b

Browse files
author
Tom
committed
remove private keyword
1 parent bb8d51c commit 6753e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Plugins/Ink/InkLibs/InkRuntime/SimpleJson.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static List<object> TextToArray(string text)
2424
class Reader
2525
{
2626

27-
private const char UTF8_BOM_char = (char)65279;
27+
const char UTF8_BOM_char = (char)65279;
2828

2929
public Reader (string text)
3030
{

0 commit comments

Comments
 (0)