From f6eeda01ebbff15d88fb7e34b48bee65b4095c32 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Sun, 30 Oct 2022 05:24:28 +0300 Subject: [PATCH] Update DEV.md --- DEV.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEV.md b/DEV.md index 73d0f22..f47ba03 100644 --- a/DEV.md +++ b/DEV.md @@ -142,7 +142,7 @@ WorldInfo.Game.DefaultPawnClass = class'ExamplePawn_Human'; // Put this to `Post And now we can implement all weapons drop in `ExamplePawn_Human.uc` (create one): ```unrealscript -class TAWODPawn_Human extends KFPawn_Human; +class ExamplePawn_Human extends KFPawn_Human; public function ThrowWeaponOnDeath() {