Files
itgmania212121/NoteSkins/dance/vivid/Down Tap Note.lua
T

8 lines
194 B
Lua
Raw Normal View History

2025-05-17 12:52:03 -07:00
local t = Def.Model {
Meshes=NOTESKIN:GetPath('_down','tap note model');
Materials=NOTESKIN:GetPath('_down','tap note model');
Bones=NOTESKIN:GetPath('_down','tap note model');
};
return t;