C# Class GGJ.Weapons.ShotgunWeapon

Inheritance: Weapon
ファイルを表示 Open project: TORISOUP/Born_to_Beans_src

Private Properties

Property Type Description
CreateBullet void
Start void

Public Methods

Method Description
Attack ( ) : void

Private Methods

Method Description
CreateBullet ( Vector3 startPos, Quaternion baseAngle ) : void
Start ( ) : void

Method Details

Attack() public method

public Attack ( ) : void
return void