Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit f459afd

Browse files
authored
Create Mod.java
1 parent 6550706 commit f459afd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package id.my.alvinq.mods;
2+
3+
import android.widget.Toast;
4+
import android.content.Context;
5+
6+
public class Mod {
7+
public static void onLoad(Context context) {
8+
Toast.makeText(context, "Pesan yang ingin ditampilkan", Toast.LENGTH_SHORT).show();
9+
}
10+
}

0 commit comments

Comments
 (0)