blob: 0f768f6ac6e326b5f29a95702cd247b7ee88a443 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace StardewModdingAPI.Entities
{
class SFarmAnimal
{
}
}
|