Errors:
Assets/Scripts/GunShoot.js(2,31): UCE0001: ‘;’ expected. Insert a semicolon at the end.
Assets/Scripts/GunShoot.js(3,15): UCE0001: ‘;’ expected. Insert a semicolon at the end.
code::::
public var BulletPrefab : Transform;
public var BulletSpeed : float 5000;
var Ammo : int 30;
var GunShoot : AudioClip;
var Reload : AudioClip;
var EmptyClip : AudioClip;
var EmptyClip : boolean = false;