SamplyGame.MachineGun.Init C# (CSharp) Method

Init() protected method

protected Init ( ) : void
return void
		protected override void Init()
		{
			soundSource = Node.CreateComponent<SoundSource>();
			soundSource.Gain = 0.1f;
		}
	}
MachineGun