<?xml version="1.0"?>
<doc>
    <assembly>
        <name>package.fptaylor.punt</name>
    </assembly>
    <members>
        <member name="P:Sandbox.NetworkManager.StartServer">
            <summary>
            Create a server (if we're not joining one)
            </summary>
        </member>
        <member name="P:Sandbox.NetworkManager.PlayerPrefab">
            <summary>
            The prefab to spawn for the player to control.
            </summary>
        </member>
        <member name="M:Sandbox.NetworkManager.OnStart">
            <summary>
            A list of points to choose from randomly to spawn the player in. If not set, we'll spawn at the
            location of the NetworkHelper object.
            </summary>
        </member>
        <member name="M:Sandbox.NetworkManager.OnActive(Sandbox.Connection)">
            <summary>
            A client is fully connected to the server. This is called on the host.
            </summary>
            
        </member>
        <member name="M:Sandbox.NetworkManager.Sandbox#Component#INetworkListener#OnDisconnected(Sandbox.Connection)">
            <summary>
            Called when someone leaves the server.
            </summary>
            //this shit don't work
        </member>
        <member name="M:Sandbox.NetworkManager.OnBecameHost(Sandbox.Connection)">
            <summary>
            Called when the host of the game has left - and you are now the new host.
            </summary>
        </member>
        <member name="M:Sandbox.QueueManager.StartSearching(QueueType)">
            <summary>
            Creates a new lobby with the specified queue type.
            </summary>
            <summary>
            Starts searching for a game repeatedly until canceled.
            </summary>
        </member>
        <member name="M:Sandbox.QueueManager.StopSearching(System.Boolean)">
            <summary>
            Cancels the current search process.
            </summary>
            
        </member>
        <member name="M:Sandbox.QueueManager.OnActive(Sandbox.Connection)">
            <summary>
            Searches for lobbies and tries to join if a match is found.
            </summary>
        </member>
        <member name="M:Sandbox.DebugHUD.BuildHash">
            <summary>
            the hash determines if the system should be rebuilt. If it changes, it will be rebuilt
            </summary>
        </member>
        <member name="M:AimArrow.BuildHash">
            <summary>
            the hash determines if the system should be rebuilt. If it changes, it will be rebuilt
            </summary>
        </member>
        <member name="M:PuntHud.BuildHash">
            <summary>
            the hash determines if the system should be rebuilt. If it changes, it will be rebuilt
            </summary>
        </member>
    </members>
</doc>
