7 lines
103 B
C#
7 lines
103 B
C#
namespace BlueWater.Interfaces
|
|
{
|
|
public interface IPickup : IIdx, ISprite
|
|
{
|
|
|
|
}
|
|
} |