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