mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交
This commit is contained in:
20
JNFrame2/Assets/Scripts/Samples/Samples.asmdef
Normal file
20
JNFrame2/Assets/Scripts/Samples/Samples.asmdef
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "Samples",
|
||||
"rootNamespace": "",
|
||||
"references": [
|
||||
"GUID:f51ebe6a0ceec4240a699833d6309b23",
|
||||
"GUID:a6f7937b7f28906409a3ea3ceb2316c6",
|
||||
"GUID:4307f53044263cf4b835bd812fc161a4"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
7
JNFrame2/Assets/Scripts/Samples/Samples.asmdef.meta
Normal file
7
JNFrame2/Assets/Scripts/Samples/Samples.asmdef.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6d70bd6fbbacf504c963523eea75777a
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@@ -1,13 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using AppGame;
|
||||
using AppGame.Sync;
|
||||
using Game.Input;
|
||||
using JNGame.Math;
|
||||
using JNGame.Util;
|
||||
using Plugins.JNGame.Network;
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
|
Reference in New Issue
Block a user