diff --git a/src/edu/nps/moves/dis7/examples/EntityUse.java b/src/edu/nps/moves/dis7/examples/EntityUse.java index 351f5fc673c8ab707619e4753c76ebec7cd11ac8..ff2e5110c07ba48e363793c18f2fa06facc4b201 100644 --- a/src/edu/nps/moves/dis7/examples/EntityUse.java +++ b/src/edu/nps/moves/dis7/examples/EntityUse.java @@ -100,4 +100,8 @@ public class EntityUse pdu2.setEntityType(et2); disnet.sendPdu(pdu2); // possibly throws IOException } + + public static void main(String[] args) throws Exception { + EntityUse.exampleUse(); + } }