9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-19 15:09:25 +00:00

Update README.md

This commit is contained in:
XiaoMoMi
2023-08-15 02:03:45 +08:00
committed by GitHub
parent 44fe284adc
commit f7d5e33486

View File

@@ -24,7 +24,7 @@ public class YourClass {
api = CustomCropsAPI.getInstance();
}
public yourMethod() {
public void yourMethod() {
api.xxx();
}
}