Files
BITFALL/Assets/BITFALL/Player/Command/PlayerCommands.cs
2024-08-11 16:16:31 +08:00

15 lines
250 B
C#

using BITFALL.Trading;
using BITKit;
namespace BITFALL.Player
{
public struct PlayerSwapWithContainer
{
public IBasicItemContainer Container;
}
public struct PlayerTradeWithTrader
{
public ITrader Trader;
}
}