Skip to content

Instantly share code, notes, and snippets.

View Dirga36's full-sized avatar
🤔

Fu'ad Husnan Dirga36

🤔
View GitHub Profile
@Dirga36
Dirga36 / cax.java
Last active January 10, 2026 12:29
cax
cax = new DoodleUnitType("cax") {{
constructor = TankUnit::create;
aiController = GroundAI::new;
//attributes
hitSize = 50f;
treadPullOffset = 1;
speed = 0.7f;
health = 17000;
armor = 30f;