Name change

This commit is contained in:
2025-03-17 11:44:54 +01:00
parent f961ec81e4
commit 3b6df19189
47 changed files with 364 additions and 458 deletions

View File

@@ -0,0 +1,5 @@
package com.oierbravo.mechanicals.jade;
public interface IHavePercent {
int getProgressPercent();
}