Compare commits
No commits in common. "69dfc4fc465bc5807df4848a128dc4f60eb9d784" and "3462c06facf7f7bb1241ed71963eaff8cb0647a8" have entirely different histories.
69dfc4fc46
...
3462c06fac
@ -4,7 +4,7 @@
|
|||||||
<TargetFramework>net7.0</TargetFramework>
|
<TargetFramework>net7.0</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<Version>1.0.2</Version>
|
<Version>1.0.1</Version>
|
||||||
<Title>CS2GSI</Title>
|
<Title>CS2GSI</Title>
|
||||||
<Authors>Glax</Authors>
|
<Authors>Glax</Authors>
|
||||||
<RepositoryUrl>https://github.com/C9Glax/CS2GSI</RepositoryUrl>
|
<RepositoryUrl>https://github.com/C9Glax/CS2GSI</RepositoryUrl>
|
||||||
|
40
README.md
40
README.md
@ -1,42 +1,2 @@
|
|||||||
# CS2GSI
|
# CS2GSI
|
||||||
|
|
||||||
## Example Usage
|
|
||||||
```csharp
|
|
||||||
public static void Main(string[] args)
|
|
||||||
{
|
|
||||||
CS2GSI.CS2GSI gsi = new ();
|
|
||||||
gsi.AnyMessage += eventArgs => Console.WriteLine("Message");
|
|
||||||
gsi.OnKill += eventArgs => Console.WriteLine($"Kill number {eventArgs.ValueAsOrDefault<int>()}");
|
|
||||||
while(gsi.IsRunning)
|
|
||||||
Thread.Sleep(10);
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
### Events
|
|
||||||
* OnKill
|
|
||||||
* OnHeadshot
|
|
||||||
* OnDeath
|
|
||||||
* OnFlashed
|
|
||||||
* OnBurning
|
|
||||||
* OnSmoked
|
|
||||||
* OnRoundStart
|
|
||||||
* OnRoundOver
|
|
||||||
* OnRoundWin
|
|
||||||
* OnRoundLoss
|
|
||||||
* OnDamageTaken
|
|
||||||
* OnMatchStart
|
|
||||||
* OnMatchOver
|
|
||||||
* OnMoneyChange
|
|
||||||
* OnHealthChange
|
|
||||||
* OnArmorChange
|
|
||||||
* OnHelmetChange
|
|
||||||
* OnEquipmentValueChange
|
|
||||||
* OnTeamChange
|
|
||||||
* OnPlayerChange
|
|
||||||
* OnHalfTime
|
|
||||||
* OnFreezeTime
|
|
||||||
* OnBombPlanted
|
|
||||||
* OnBombDefused
|
|
||||||
* OnBombExploded
|
|
||||||
* AnyEvent
|
|
||||||
* AnyMessage
|
|
Loading…
x
Reference in New Issue
Block a user