-
-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fee00e
commit 6b43069
Showing
17 changed files
with
617 additions
and
106 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
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
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
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
14 changes: 14 additions & 0 deletions
14
managed/CounterStrikeSharp.API/Core/Schema/Enums/EContributionScoreFlag_t.g.cs
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,14 @@ | ||
// <auto-generated /> | ||
#nullable enable | ||
#pragma warning disable CS1591 | ||
|
||
using System; | ||
|
||
namespace CounterStrikeSharp.API.Core; | ||
|
||
public enum EContributionScoreFlag_t : byte | ||
{ | ||
k_EContributionScoreFlag_Default = 0x0, | ||
k_EContributionScoreFlag_Objective = 0x1, | ||
k_EContributionScoreFlag_Bullets = 0x2, | ||
} |
13 changes: 13 additions & 0 deletions
13
managed/CounterStrikeSharp.API/Core/Schema/Enums/EDestructiblePartDamagePassThroughType.g.cs
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,13 @@ | ||
// <auto-generated /> | ||
#nullable enable | ||
#pragma warning disable CS1591 | ||
|
||
using System; | ||
|
||
namespace CounterStrikeSharp.API.Core; | ||
|
||
public enum EDestructiblePartDamagePassThroughType : uint | ||
{ | ||
Normal = 0x0, | ||
Absorb = 0x1, | ||
} |
16 changes: 16 additions & 0 deletions
16
managed/CounterStrikeSharp.API/Core/Schema/Enums/EIKEndEffectorRotationFixUpMode.g.cs
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,16 @@ | ||
// <auto-generated /> | ||
#nullable enable | ||
#pragma warning disable CS1591 | ||
|
||
using System; | ||
|
||
namespace CounterStrikeSharp.API.Core; | ||
|
||
public enum EIKEndEffectorRotationFixUpMode : uint | ||
{ | ||
None = 0x0, | ||
MatchTargetOrientation = 0x1, | ||
LookAtTargetForward = 0x2, | ||
MaintainParentOrientation = 0x3, | ||
Count = 0x4, | ||
} |
Oops, something went wrong.