module Computer
{
    imports { Base, }

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