Sha256: 543380e8636452e6e1c745a838e8e88ddb0c2b1c9484ab773e2d550a50e54ae1
Contents?: true
Size: 159 Bytes
Versions: 2
Compression:
Stored size: 159 Bytes
Contents
using System; using System.Collections.Generic; namespace ClrModels { public interface IWeapon{ int Attack(IWarrior warrior); int Damage(); } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
caricature-0.7.7 | spec/fixtures/IWeapon.cs |
caricature-0.7.6 | spec/fixtures/IWeapon.cs |