mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-21 12:19:39 +02:00
6 lines
99 B
JavaScript
6 lines
99 B
JavaScript
|
|
InvisibleWand = function() {
|
|
}
|
|
|
|
InvisibleWand.prototype = Object.create( ModelBase.prototype );
|
|
|