Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fastx
/
custom-chatbot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
42c37e7
custom-chatbot
/
data
/
GameConfig.cs
fastx
Upload 84 files
ce81a16
over 2 years ago
raw
Copy download link
history
blame
Safe
204 Bytes
using
System;
using
Photon.Deterministic;
namespace
Quantum
{
public
partial
class
GameConfig
{
public
FP MinStrikeForce;
public
FP MaxStrikeForce;
public
string
HoleTriggerLayer;
}
}