1
This commit is contained in:
20
Src/Summon/Net.Project.B.Summon.asmdef
Normal file
20
Src/Summon/Net.Project.B.Summon.asmdef
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "Net.Project.B.Summon",
|
||||
"rootNamespace": "",
|
||||
"references": [
|
||||
"GUID:14fe60d984bf9f84eac55c6ea033a8f4",
|
||||
"GUID:f51ebe6a0ceec4240a699833d6309b23",
|
||||
"GUID:d8b63aba1907145bea998dd612889d6b",
|
||||
"GUID:677cd05ca06c46b4395470200b1acdad",
|
||||
"GUID:d750d221812bb1d48baff92e6ef73e28"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": true,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": true
|
||||
}
|
7
Src/Summon/Net.Project.B.Summon.asmdef.meta
Normal file
7
Src/Summon/Net.Project.B.Summon.asmdef.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 354e5ade848d5be468f1b967fe89d502
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
34
Src/Summon/SummonSystems.cs
Normal file
34
Src/Summon/SummonSystems.cs
Normal file
@@ -0,0 +1,34 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using BITKit;
|
||||
using BITKit.Entities;
|
||||
using BITKit.WorldNode;
|
||||
using Cysharp.Threading.Tasks;
|
||||
using Unity.Mathematics;
|
||||
|
||||
namespace Net.Project.B.Summon
|
||||
{
|
||||
public interface IAirDropService
|
||||
{
|
||||
public UniTask AirDrop(IEntity initiator,float3 position,IReadOnlyList<IRuntimeItem> items);
|
||||
public UniTask AirDrop(IEntity initiator,float3 position, object obj);
|
||||
}
|
||||
public interface IAirStrikeService
|
||||
{
|
||||
public UniTask AirStrike(IEntity initiator,float3 position);
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
public class PrepositionedContainer:IWorldNode
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public interface IPrepositionedStockService{
|
||||
|
||||
public UniTask PrepositionedStock(IEntity initiator, float3 position, IReadOnlyList<IRuntimeItem> items);
|
||||
}
|
||||
}
|
||||
|
||||
|
11
Src/Summon/SummonSystems.cs.meta
Normal file
11
Src/Summon/SummonSystems.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9950735f06df4eb4c954172390d176df
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user