mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-22 03:53:29 +01:00
0.25.0
This commit is contained in:
parent
d9a47dd846
commit
1097f6d8f9
4 changed files with 1 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
|||
using System;
|
||||
using System.Runtime.Serialization;
|
||||
using Microsoft.Xna.Framework;
|
||||
using TinyLife.Objects;
|
||||
using TinyLife.World;
|
||||
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using ExtremelySimpleLogger;
|
||||
using Microsoft.Xna.Framework;
|
||||
using Microsoft.Xna.Framework.Graphics;
|
||||
using MLEM.Data;
|
||||
using MLEM.Data.Content;
|
||||
using MLEM.Textures;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="TinyLifeApi" Version="0.24.1" />
|
||||
<PackageReference Include="TinyLifeApi" Version="0.25.0" />
|
||||
|
||||
<PackageReference Include="ExtremelySimpleLogger" Version="1.2.5" />
|
||||
<PackageReference Include="Lib.Harmony" Version="2.2.1" />
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Microsoft.Xna.Framework;
|
||||
using TinyLife;
|
||||
using TinyLife.Actions;
|
||||
using TinyLife.Emotions;
|
||||
|
|
Loading…
Reference in a new issue