Skip to content

Commit b0e1a8b

Browse files
committed
Updating header text
1 parent bd68fb3 commit b0e1a8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

JSONSerializerPackage/Assets/Code/JSON.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Programmer: Hunter Goodin
33
* Date Created: 09/11/2022 @ 1:00 PM
4-
* Description: This class is the JSON object that gets written
4+
* Description: This class holds the data of the json object and controls the serializing of that object.
55
*/
66

77
using System;

JSONSerializerPackage/Assets/Code/JSONTester.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Programmer: Hunter Goodin
33
* Date Created: 09/11/2022 @ 3:30 PM
4-
* Description: An example script showing how you can use this plugin to read from and write to provided .json files
4+
* Description: An example script showing how you can use this package to read from and write to provided .json files.m
55
*/
66

77
using UnityEngine;

0 commit comments

Comments
 (0)