Update DEV.md
This commit is contained in:
parent
970335943a
commit
f6eeda01eb
2
DEV.md
2
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):
|
And now we can implement all weapons drop in `ExamplePawn_Human.uc` (create one):
|
||||||
```unrealscript
|
```unrealscript
|
||||||
class TAWODPawn_Human extends KFPawn_Human;
|
class ExamplePawn_Human extends KFPawn_Human;
|
||||||
|
|
||||||
public function ThrowWeaponOnDeath()
|
public function ThrowWeaponOnDeath()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user