Question by
CokeSoGood · Aug 24, 2017 at 04:06 PM ·
syntax-errorsyntaxsyntax error
syntax error
using System.Collections; using System.Collections.Generic; using UnityEngine;
public class awp : MonoBehaviour {
// Use this for initialization
void Start () {
public event KeyEventHandler KeyDown
if (Mouse.LeftButton == true )
awp.play
else if (Mouse.LeftButton != true)
awp.stop
}
// Update is called once per frame
void Update () {
}
}
}
Comment