Skip to content

Commit 559f703

Browse files
author
Jiang Yin
committed
修改注释
1 parent 049dab3 commit 559f703

32 files changed

+234
-31
lines changed

Libraries/GameFramework.dll

0 Bytes
Binary file not shown.

Scripts/Editor/DataTableProcessor/DataTableCodeGenerator.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
using System.Text;
1+
//------------------------------------------------------------
2+
// Game Framework
3+
// Copyright © 2013-2019 Jiang Yin. All rights reserved.
4+
// Homepage: http://gameframework.cn/
5+
// Feedback: mailto:[email protected]
6+
//------------------------------------------------------------
7+
8+
using System.Text;
29

310
namespace UnityGameFramework.Editor.DataTableTools
411
{

Scripts/Editor/DataTableProcessor/DataTableProcessor.BoolProcessor.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
using System.IO;
1+
//------------------------------------------------------------
2+
// Game Framework
3+
// Copyright © 2013-2019 Jiang Yin. All rights reserved.
4+
// Homepage: http://gameframework.cn/
5+
// Feedback: mailto:[email protected]
6+
//------------------------------------------------------------
7+
8+
using System.IO;
29

310
namespace UnityGameFramework.Editor.DataTableTools
411
{

Scripts/Editor/DataTableProcessor/DataTableProcessor.ByteProcessor.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
using System.IO;
1+
//------------------------------------------------------------
2+
// Game Framework
3+
// Copyright © 2013-2019 Jiang Yin. All rights reserved.
4+
// Homepage: http://gameframework.cn/
5+
// Feedback: mailto:[email protected]
6+
//------------------------------------------------------------
7+
8+
using System.IO;
29

310
namespace UnityGameFramework.Editor.DataTableTools
411
{

Scripts/Editor/DataTableProcessor/DataTableProcessor.CharProcessor.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
using System.IO;
1+
//------------------------------------------------------------
2+
// Game Framework
3+
// Copyright © 2013-2019 Jiang Yin. All rights reserved.
4+
// Homepage: http://gameframework.cn/
5+
// Feedback: mailto:[email protected]
6+
//------------------------------------------------------------
7+
8+
using System.IO;
29

310
namespace UnityGameFramework.Editor.DataTableTools
411
{

Scripts/Editor/DataTableProcessor/DataTableProcessor.Color32Processor.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
using System.IO;
1+
//------------------------------------------------------------
2+
// Game Framework
3+
// Copyright © 2013-2019 Jiang Yin. All rights reserved.
4+
// Homepage: http://gameframework.cn/
5+
// Feedback: mailto:[email protected]
6+
//------------------------------------------------------------
7+
8+
using System.IO;
29
using UnityEngine;
310

411
namespace UnityGameFramework.Editor.DataTableTools

Scripts/Editor/DataTableProcessor/DataTableProcessor.ColorProcessor.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
using System.IO;
1+
//------------------------------------------------------------
2+
// Game Framework
3+
// Copyright © 2013-2019 Jiang Yin. All rights reserved.
4+
// Homepage: http://gameframework.cn/
5+
// Feedback: mailto:[email protected]
6+
//------------------------------------------------------------
7+
8+
using System.IO;
29
using UnityEngine;
310

411
namespace UnityGameFramework.Editor.DataTableTools

Scripts/Editor/DataTableProcessor/DataTableProcessor.CommentProcessor.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
using System.IO;
1+
//------------------------------------------------------------
2+
// Game Framework
3+
// Copyright © 2013-2019 Jiang Yin. All rights reserved.
4+
// Homepage: http://gameframework.cn/
5+
// Feedback: mailto:[email protected]
6+
//------------------------------------------------------------
7+
8+
using System.IO;
29

310
namespace UnityGameFramework.Editor.DataTableTools
411
{

Scripts/Editor/DataTableProcessor/DataTableProcessor.DataProcessor.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
using System.IO;
1+
//------------------------------------------------------------
2+
// Game Framework
3+
// Copyright © 2013-2019 Jiang Yin. All rights reserved.
4+
// Homepage: http://gameframework.cn/
5+
// Feedback: mailto:[email protected]
6+
//------------------------------------------------------------
7+
8+
using System.IO;
29

310
namespace UnityGameFramework.Editor.DataTableTools
411
{

Scripts/Editor/DataTableProcessor/DataTableProcessor.DataProcessorUtility.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
using GameFramework;
1+
//------------------------------------------------------------
2+
// Game Framework
3+
// Copyright © 2013-2019 Jiang Yin. All rights reserved.
4+
// Homepage: http://gameframework.cn/
5+
// Feedback: mailto:[email protected]
6+
//------------------------------------------------------------
7+
8+
using GameFramework;
29
using System;
310
using System.Collections.Generic;
411
using System.Reflection;

0 commit comments

Comments
 (0)