mirror of
https://github.com/overte-org/overte.git
synced 2025-04-28 03:25:20 +02:00
6 lines
99 B
JavaScript
6 lines
99 B
JavaScript
|
|
InvisibleWand = function() {
|
|
}
|
|
|
|
InvisibleWand.prototype = Object.create( ModelBase.prototype );
|
|
|