If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

SoundBase

From SWRC Wiki
Jump to navigation Jump to search
class SoundBase extends Object
    native
	abstract;

enum ESoundBattleContext
{
	SBC_Either,
	SBC_BattleOnly,
	SBC_NoBattleOnly
};


defaultproperties
{
}