mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
instance_prototype -> prototype
This commit is contained in:
@@ -7,7 +7,7 @@ use super::vs_value::Val;
|
||||
#[derive(Debug)]
|
||||
pub struct VsClass {
|
||||
pub constructor: Val,
|
||||
pub instance_prototype: Val,
|
||||
pub prototype: Val,
|
||||
}
|
||||
|
||||
impl VsClass {}
|
||||
|
||||
Reference in New Issue
Block a user