Files
7d2dXG/Mods/0A-KFCommonUtilityLib/Scripts/Items/ModularClasses/ItemModuleVariableZoom.cs
Nathaniel Cosford e06f2bd282 Add All Mods
2025-05-29 23:33:28 +09:30

6 lines
120 B
C#

using KFCommonUtilityLib.Scripts.Attributes;
[TypeTarget(typeof(ItemClass))]
public class ItemModuleVariableZoom
{
}