├── LICENSE ├── README.md └── Script ├── FpsCharacter.as ├── FpsGameMode.as ├── FpsPlayerController.as ├── FpsProjectile.as ├── TP_PickUpComponent_AS.as └── TP_WeaponComponent_AS.as /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuru33/UnrealEngine-Angelscript-FpsStarter/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuru33/UnrealEngine-Angelscript-FpsStarter/HEAD/README.md -------------------------------------------------------------------------------- /Script/FpsCharacter.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuru33/UnrealEngine-Angelscript-FpsStarter/HEAD/Script/FpsCharacter.as -------------------------------------------------------------------------------- /Script/FpsGameMode.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuru33/UnrealEngine-Angelscript-FpsStarter/HEAD/Script/FpsGameMode.as -------------------------------------------------------------------------------- /Script/FpsPlayerController.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuru33/UnrealEngine-Angelscript-FpsStarter/HEAD/Script/FpsPlayerController.as -------------------------------------------------------------------------------- /Script/FpsProjectile.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuru33/UnrealEngine-Angelscript-FpsStarter/HEAD/Script/FpsProjectile.as -------------------------------------------------------------------------------- /Script/TP_PickUpComponent_AS.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuru33/UnrealEngine-Angelscript-FpsStarter/HEAD/Script/TP_PickUpComponent_AS.as -------------------------------------------------------------------------------- /Script/TP_WeaponComponent_AS.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuru33/UnrealEngine-Angelscript-FpsStarter/HEAD/Script/TP_WeaponComponent_AS.as --------------------------------------------------------------------------------