SeedV / SeedLang

An embeddable and visualizable scripting engine for .Net and Unity.
https://seedv.github.io/SeedLang/
Apache License 2.0
9 stars 1 forks source link

Change field name from Value to RValue for assignment events #221

Closed codingpotato closed 2 years ago

codingpotato commented 2 years ago

Fix #217

The client could access the value of assignment events by:

double number = assignment.RValue.Value.AsNumber();