초기커밋
This commit is contained in:
21
GameServer/Entity/Item/Owner/UgcNpc/UgcNpcItemAction.cs
Normal file
21
GameServer/Entity/Item/Owner/UgcNpc/UgcNpcItemAction.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
namespace GameServer
|
||||
{
|
||||
public class UgcNpcItemAction : ItemAction
|
||||
{
|
||||
public UgcNpcItemAction(UgcNpcItem owner)
|
||||
: base(owner)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user