mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
TEngine 6
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ef0df61f4a790a34198c00018eae3e21
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@@ -2,9 +2,11 @@
|
||||
"name": "GameProto",
|
||||
"rootNamespace": "",
|
||||
"references": [
|
||||
"GUID:cbb0d51b565003841ae81cdbaf747114",
|
||||
"GUID:24c092aee38482f4e80715eaa8148782",
|
||||
"GUID:f51ebe6a0ceec4240a699833d6309b23"
|
||||
"GUID:756335c0388f7114790e504ed368ae1d",
|
||||
"GUID:47f9fc774596be54ebfed7739cd70c86",
|
||||
"GUID:1aa3e8589868c80499255710874679c0",
|
||||
"GUID:d8b63aba1907145bea998dd612889d6b",
|
||||
"GUID:24c092aee38482f4e80715eaa8148782"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
|
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8f58f15387c7a6f4fad9857024eb47f7
|
||||
guid: af760644fe07b7945b1afa1ccb7cff14
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 155fdc354ff753047b6c9b6683f2d173
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 49afb8bbdbfbf014baadbaed2e2bebee
|
||||
guid: c71653bf190ecf441bc2abdb88928964
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
@@ -1,4 +1,3 @@
|
||||
|
||||
namespace Luban
|
||||
{
|
||||
public abstract class BeanBase
|
||||
|
@@ -14,7 +14,6 @@ namespace Luban
|
||||
{
|
||||
foreach (var p in o.GetType().GetFields())
|
||||
{
|
||||
|
||||
sb.Append($"{p.Name} = {p.GetValue(o)},");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user