mirror of
https://github.com/JulianGro/overte.git
synced 2025-06-16 20:59:02 +02:00
6 lines
99 B
JavaScript
6 lines
99 B
JavaScript
|
|
InvisibleWand = function() {
|
|
}
|
|
|
|
InvisibleWand.prototype = Object.create( ModelBase.prototype );
|
|
|