This commit is contained in:
Frank 2022-07-27 00:04:12 +02:00
parent abf24a41da
commit 12abe35dcf
3 changed files with 24 additions and 5 deletions

View file

@ -0,0 +1,5 @@
package org.betterx.bclib.interfaces;
public interface Fuel {
int getFuelTime();
}