rename chip to module
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
|
using Godot;
|
||||||
|
|
||||||
namespace Enigmos.Ports;
|
namespace Enigmos.Ports;
|
||||||
|
|
||||||
public interface IBasePort
|
public interface IBasePort
|
||||||
{
|
{
|
||||||
|
Vector2 PositionToBoard();
|
||||||
|
int Condition { get; set; }
|
||||||
|
int Quality { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user