|
|
@@ -3,7 +3,6 @@
|
|
|
namespace ET.Server
|
|
|
{
|
|
|
[EntitySystemOf(typeof(LockInfo))]
|
|
|
- [FriendOf(typeof(LockInfo))]
|
|
|
public static partial class LockInfoSystem
|
|
|
{
|
|
|
[EntitySystem]
|
|
|
@@ -23,7 +22,6 @@ namespace ET.Server
|
|
|
|
|
|
|
|
|
[EntitySystemOf(typeof(LocationOneType))]
|
|
|
- [FriendOf(typeof(LocationOneType))]
|
|
|
[FriendOf(typeof(LockInfo))]
|
|
|
public static partial class LocationOneTypeSystem
|
|
|
{
|
|
|
@@ -118,7 +116,6 @@ namespace ET.Server
|
|
|
}
|
|
|
|
|
|
[EntitySystemOf(typeof(LocationManagerComoponent))]
|
|
|
- [FriendOf(typeof (LocationManagerComoponent))]
|
|
|
public static partial class LocationComoponentSystem
|
|
|
{
|
|
|
[EntitySystem]
|