This website requires JavaScript.
Explore
Help
Register
Sign in
IsleHorse
/
HISP
Watch
1
Star
0
Fork
You've already forked HISP
0
mirror of
https://github.com/islehorse/HISP.git
synced
2025-04-17 02:19:48 +12:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
435ca1b17c
HISP
/
Horse Isle Server
/
HorseIsleServer
/
Game
/
Horse
History
SilicaPi
435ca1b17c
Fixed a bug where you could ride horses without any tack.
2021-02-02 18:55:53 +13:00
..
HorseInfo.cs
Fixed a bug where you could ride horses without any tack.
2021-02-02 18:55:53 +13:00
HorseInstance.cs
Weirest bug ever happened, it said "Item.ItemInformation" is higher protection level than Item.Tack even though both were public, i eventurally found that it was because Item was "class" where as "Item.Tack" was "public class" so i made everything be "public class"
2021-01-31 01:18:52 +13:00
WildHorse.cs
Weirest bug ever happened, it said "Item.ItemInformation" is higher protection level than Item.Tack even though both were public, i eventurally found that it was because Item was "class" where as "Item.Tack" was "public class" so i made everything be "public class"
2021-01-31 01:18:52 +13:00