ApexWeed / AutoClicker

Automatically clicks the mouse. Has random in a box if you want that for some reason.
MIT License
102 stars 63 forks source link

Invalid expression term '.' #1

Closed jvmvl closed 8 years ago

jvmvl commented 8 years ago

i get this error:

Error 1 Invalid expression term '.' AutoClicker.cs 254 27 AutoClicker

ApexWeed commented 8 years ago

You need to update your development tools to support Null-conditional operators (added in C# 6). Or replace it with a null check and a normal invoke.