Files
CounterStrikeSharp/managed/CounterStrikeSharp.API/Core/Schema/Classes/CCSGameRulesProxy.g.cs
2024-02-10 22:25:54 +10:00

27 lines
818 B
C#

// <auto-generated />
#nullable enable
#pragma warning disable CS1591
using System;
using System.Diagnostics;
using System.Drawing;
using CounterStrikeSharp;
using CounterStrikeSharp.API.Modules.Events;
using CounterStrikeSharp.API.Modules.Entities;
using CounterStrikeSharp.API.Modules.Memory;
using CounterStrikeSharp.API.Modules.Utils;
using CounterStrikeSharp.API.Core.Attributes;
namespace CounterStrikeSharp.API.Core;
[GenerateAutomaticInterface]
public partial class CCSGameRulesProxy : CGameRulesProxy, ICCSGameRulesProxy
{
public CCSGameRulesProxy (IntPtr pointer) : base(pointer) {}
// m_pGameRules
[SchemaMember("CCSGameRulesProxy", "m_pGameRules")]
public CCSGameRules? GameRules => Schema.GetPointer<CCSGameRules>(this.Handle, "CCSGameRulesProxy", "m_pGameRules");
}