Commit of decompiled and "updated" code.

This commit is contained in:
Big Duckie
2022-07-03 14:13:26 -06:00
parent 3d34e53842
commit e1441e74a5
731 changed files with 18423 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
using Terraria;
using Terraria.ModLoader;
namespace FabusMod.Projectiles.Shortsword;
public class Substitute : ModProjectile
{
public override void SetDefaults()
{
Projectile.width = 32;
Projectile.height = 32;
Projectile.friendly = true;
}
}