stable
This commit is contained in:
parent
86226ccc94
commit
077d4ab9ac
71 changed files with 2905 additions and 1063 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
// Layer: entity-runtime/items/dynamic-system
|
||||
// Owns pushpin/oshibyo item motion, attachment, lodged damage, and detach
|
||||
// behavior. Prototype methods remain as compatibility facades.
|
||||
// behavior. Prototype methods delegate here.
|
||||
(function (global) {
|
||||
function isPin(item) {
|
||||
return Boolean(item && typeof global.isPinType === "function" && global.isPinType(item.type));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue