fix assembly mapping error on Linux/Mac (#514)
This commit is contained in:
parent
5c1068c30c
commit
fae2bc9de5
|
@ -125,8 +125,7 @@ namespace StardewModdingAPI
|
|||
};
|
||||
targetAssemblies = new[]
|
||||
{
|
||||
typeof(Netcode.NetBool).Assembly,
|
||||
typeof(StardewValley.Game1).Assembly,
|
||||
typeof(StardewValley.Game1).Assembly, // note: includes Netcode types on Linux/Mac
|
||||
typeof(Microsoft.Xna.Framework.Vector2).Assembly
|
||||
};
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue