-
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor Command * Shorten some commands * Refactor commands * Fix little bug * Make comments * Replace structs with records * Delete unecessary scripts * Move IsExternalInit * do stuff * Change usage of hurt command --------- Co-authored-by: Mechar418 <[email protected]>
- Loading branch information
1 parent
63eeeab
commit 5ece8c0
Showing
25 changed files
with
347 additions
and
707 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
namespace System.Runtime.CompilerServices | ||
{ | ||
/// <summary> | ||
/// Necessary for Unity to use init and record, since it's only available in .NET 5 | ||
/// </summary> | ||
public class IsExternalInit {} | ||
} |
2 changes: 1 addition & 1 deletion
2
...leSystem/LongDescriptionAttribute.cs.meta → .../Scripts/SS3D/Core/IsExternalInit.cs.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.