module Computer
{
    imports {
        Base,
    }

    item Disc_Game
    {
        Weight           = 0.1,
        Type             = Normal,
        DisplayName      = Game CD,
        Icon             = Disc,
        WorldStaticModel = Disk,
        OnCreate         = ComputerMod_OnGameDiscCreated,
    }
}