# ClientScriptableObjectClass

A client script class that doesn't represent any particular game object.

**Kind:** API page

**Environments:** Game

## Game

[Open the full Game reference](../Game-Script-Environment/Classes/ClientScriptableObjectClass.md)

Can receive events sent with [sm.event.sendToScriptableObject](../Game-Script-Environment/Static-Functions/sm.event.md#sendtoscriptableobject).

### Fields

| Name | Type | Description |
| --- | --- | --- |
| `scriptableObject` | [ScriptableObject](../Game-Script-Environment/Userdata/ScriptableObject.md) | The [ScriptableObject](../Game-Script-Environment/Userdata/ScriptableObject.md) belonging to this class instance. |
| `data` | any | Data from the "data" json element. |
| `params` | any | Parameter sent to [sm.scriptableObject.createScriptableObject](../Game-Script-Environment/Static-Functions/sm.scriptableObject.md#createscriptableobject). |
