Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class AmbientSoundTest extends AmbientSound;
- simulated function PostBeginPlay()
- {
- AmbientSound = Sound'AmbOutside.looping.wind01';
- }
- defaultproperties
- {
- bAlwaysRelevant = True
- RemoteRole = ROLE_SimulatedProxy
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement