1
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
"name": "Net.Project.B.Quest",
|
||||
"rootNamespace": "",
|
||||
"references": [
|
||||
"GUID:14fe60d984bf9f84eac55c6ea033a8f4"
|
||||
"GUID:14fe60d984bf9f84eac55c6ea033a8f4",
|
||||
"GUID:d750d221812bb1d48baff92e6ef73e28"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
|
14
Src/Quest/QuestNode.cs
Normal file
14
Src/Quest/QuestNode.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using BITKit.WorldNode;
|
||||
|
||||
namespace Net.Project.B.Quest
|
||||
{
|
||||
public interface IQuestNode :IWorldNode
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
11
Src/Quest/QuestNode.cs.meta
Normal file
11
Src/Quest/QuestNode.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4278a7c2eaeebf54192a2349ccd09e32
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user