xamarin / urho-samples

Samples for the Urho bindings
MIT License
384 stars 491 forks source link

SamplyGame: Lambda Expression is not valid #42

Closed jamesdang closed 7 years ago

jamesdang commented 7 years ago

These two lines are not correct: public override int MaxHealth => 50; protected override Vector3 CollisionShapeSize => base.CollisionShapeSize * 4;

I am using VS2013. Any ideas?

James

EgorBo commented 7 years ago

@jamesdang that is a C#6 feature https://docs.microsoft.com/en-us/dotnet/articles/csharp/whats-new/csharp-6#expression-bodied-function-members you need at least VS2015 to compile samples.