forked from EllanJiang/StarForce
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jiang Yin
committed
Jun 16, 2021
1 parent
5fa1b89
commit aa6a5de
Showing
19 changed files
with
59 additions
and
59 deletions.
There are no files selected for viewing
Submodule GameFramework
updated
58 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
// Feedback: mailto:[email protected] | ||
//------------------------------------------------------------ | ||
// 此文件由工具自动生成,请勿直接修改。 | ||
// 生成时间:2020-07-13 00:03:21.658 | ||
// 生成时间:2021-06-16 21:54:35.517 | ||
//------------------------------------------------------------ | ||
|
||
using GameFramework; | ||
|
@@ -186,14 +186,14 @@ public int GetWeaponId(int id) | |
} | ||
} | ||
|
||
throw new GameFrameworkException(Utility.Text.Format("GetWeaponId with invalid id '{0}'.", id.ToString())); | ||
throw new GameFrameworkException(Utility.Text.Format("GetWeaponId with invalid id '{0}'.", id)); | ||
} | ||
|
||
public int GetWeaponIdAt(int index) | ||
{ | ||
if (index < 0 || index >= m_WeaponId.Length) | ||
{ | ||
throw new GameFrameworkException(Utility.Text.Format("GetWeaponIdAt with invalid index '{0}'.", index.ToString())); | ||
throw new GameFrameworkException(Utility.Text.Format("GetWeaponIdAt with invalid index '{0}'.", index)); | ||
} | ||
|
||
return m_WeaponId[index].Value; | ||
|
@@ -219,14 +219,14 @@ public int GetArmorId(int id) | |
} | ||
} | ||
|
||
throw new GameFrameworkException(Utility.Text.Format("GetArmorId with invalid id '{0}'.", id.ToString())); | ||
throw new GameFrameworkException(Utility.Text.Format("GetArmorId with invalid id '{0}'.", id)); | ||
} | ||
|
||
public int GetArmorIdAt(int index) | ||
{ | ||
if (index < 0 || index >= m_ArmorId.Length) | ||
{ | ||
throw new GameFrameworkException(Utility.Text.Format("GetArmorIdAt with invalid index '{0}'.", index.ToString())); | ||
throw new GameFrameworkException(Utility.Text.Format("GetArmorIdAt with invalid index '{0}'.", index)); | ||
} | ||
|
||
return m_ArmorId[index].Value; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
// Feedback: mailto:[email protected] | ||
//------------------------------------------------------------ | ||
// 此文件由工具自动生成,请勿直接修改。 | ||
// 生成时间:2020-07-13 00:03:21.672 | ||
// 生成时间:2021-06-16 21:54:35.539 | ||
//------------------------------------------------------------ | ||
|
||
using GameFramework; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
// Feedback: mailto:[email protected] | ||
//------------------------------------------------------------ | ||
// 此文件由工具自动生成,请勿直接修改。 | ||
// 生成时间:2020-07-13 00:03:21.678 | ||
// 生成时间:2021-06-16 21:54:35.557 | ||
//------------------------------------------------------------ | ||
|
||
using GameFramework; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
// Feedback: mailto:[email protected] | ||
//------------------------------------------------------------ | ||
// 此文件由工具自动生成,请勿直接修改。 | ||
// 生成时间:2020-07-13 00:03:21.678 | ||
// 生成时间:2021-06-16 21:54:35.576 | ||
//------------------------------------------------------------ | ||
|
||
using GameFramework; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
// Feedback: mailto:[email protected] | ||
//------------------------------------------------------------ | ||
// 此文件由工具自动生成,请勿直接修改。 | ||
// 生成时间:2020-07-13 00:03:21.688 | ||
// 生成时间:2021-06-16 21:54:35.591 | ||
//------------------------------------------------------------ | ||
|
||
using GameFramework; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
// Feedback: mailto:[email protected] | ||
//------------------------------------------------------------ | ||
// 此文件由工具自动生成,请勿直接修改。 | ||
// 生成时间:2020-07-13 00:03:21.693 | ||
// 生成时间:2021-06-16 21:54:35.610 | ||
//------------------------------------------------------------ | ||
|
||
using GameFramework; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
// Feedback: mailto:[email protected] | ||
//------------------------------------------------------------ | ||
// 此文件由工具自动生成,请勿直接修改。 | ||
// 生成时间:2020-07-13 00:03:21.693 | ||
// 生成时间:2021-06-16 21:54:35.625 | ||
//------------------------------------------------------------ | ||
|
||
using GameFramework; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
// Feedback: mailto:[email protected] | ||
//------------------------------------------------------------ | ||
// 此文件由工具自动生成,请勿直接修改。 | ||
// 生成时间:2020-07-13 00:03:21.698 | ||
// 生成时间:2021-06-16 21:54:35.638 | ||
//------------------------------------------------------------ | ||
|
||
using GameFramework; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
// Feedback: mailto:[email protected] | ||
//------------------------------------------------------------ | ||
// 此文件由工具自动生成,请勿直接修改。 | ||
// 生成时间:2020-07-13 00:03:21.703 | ||
// 生成时间:2021-06-16 21:54:35.652 | ||
//------------------------------------------------------------ | ||
|
||
using GameFramework; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
// Feedback: mailto:[email protected] | ||
//------------------------------------------------------------ | ||
// 此文件由工具自动生成,请勿直接修改。 | ||
// 生成时间:2020-07-13 00:03:21.708 | ||
// 生成时间:2021-06-16 21:54:35.666 | ||
//------------------------------------------------------------ | ||
|
||
using GameFramework; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
// Feedback: mailto:[email protected] | ||
//------------------------------------------------------------ | ||
// 此文件由工具自动生成,请勿直接修改。 | ||
// 生成时间:2020-07-13 00:03:21.718 | ||
// 生成时间:2021-06-16 21:54:35.680 | ||
//------------------------------------------------------------ | ||
|
||
using GameFramework; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.