5 lines
90 B
C#
5 lines
90 B
C#
public interface IReceptor {
|
|
public NucleusArray array {
|
|
get; set;
|
|
}
|
|
} |