Skip to content

Instantly share code, notes, and snippets.

@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;