Commit of decompiled and "updated" code.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user