add weapon util interface

This commit is contained in:
2026-07-08 16:27:58 +03:30
parent 85c71fdf0b
commit 7a4421e722
2 changed files with 8 additions and 1 deletions
@@ -0,0 +1,5 @@
package org.project.Interface;
public interface IDamageUtil {
public int GetDamage();
}