提交 eb5e8a9b 编写于 作者: T tanghai

1.Object类放入Common.Base里面

2.Event相关放入Common.Event里面
上级 95a8e65a
using Common.Component;
using Common.Base;
namespace BehaviorTree
{
......
using Common.Component;
using Common.Base;
namespace Model
{
......
using Common.Component;
using Common.Base;
namespace Model
{
......
using System.Collections.Generic;
using MongoDB.Bson;
namespace Common.Component
namespace Common.Base
{
public class Object
{
......
......@@ -58,11 +58,11 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Component\EventTrigger.cs" />
<Compile Include="Component\Env.cs" />
<Compile Include="Component\IEventAttribute.cs" />
<Compile Include="Component\IEvent.cs" />
<Compile Include="Component\Object.cs" />
<Compile Include="Event\EventTrigger.cs" />
<Compile Include="Event\Env.cs" />
<Compile Include="Event\IEventAttribute.cs" />
<Compile Include="Event\IEvent.cs" />
<Compile Include="Base\Object.cs" />
<Compile Include="Config\ConfigAttribute.cs" />
<Compile Include="Config\ConfigCategory.cs" />
<Compile Include="Config\ConfigManager.cs" />
......
namespace Common.Component
using Common.Base;
namespace Common.Event
{
public class Env: Object
{
......
using System;
using System.Collections.Generic;
namespace Common.Component
namespace Common.Event
{
public class EventTrigger<T> where T : IEventAttribute
{
......
namespace Common.Component
namespace Common.Event
{
public interface IEvent
{
......
namespace Common.Component
namespace Common.Event
{
public class IEventAttribute
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册