[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `PlayerDataChangedEvent` class provides information about changes to player data, including the type of change, field affected, and new value."],["It is constructed with the event type, field name, and new field value."],["The event includes properties for accessing the changed field name (`field`), event type (`type`), and new field value (`value`)."]]],["The `PlayerDataChangedEvent` class signals changes in player data, providing details about the modification. This event is initiated using the `PlayerDataChangedEvent` constructor, which takes the event type, the modified field's name, and the new value as parameters. The class properties describe the `field` that was altered, the `type` of the event, and the new `value` assigned to the field. All of those attributes are then accessible through the corresponding properties.\n"]]