6 lines
91 B
Haxe
6 lines
91 B
Haxe
package kernel.peripherals;
|
|
|
|
interface IPeripheral {
|
|
public function getAddr(): String;
|
|
}
|